It's similar to Shortcode API except it takes form of HTML comments and some few features..
Since it takes form of HTML comments, even the user disables your plugin, the embedded code will not be visible, on contrary to shortcodes that remain in posts when their plugins are deactivated..
But the shortcodes used by that plugin remained in hundreds of posts and it was too much work to delete them so you have to ask somebody to run SQL commands..
The shortcode cannot pass multi-dimensional arguments to the callback function..
The attributes are interpreted as array ).
The attribute is interpreted as array.
However, API preserves those argument names.. will be array.
It accepts two parameters. 1 the commentcode tag. 2 function which gets called when the commentcode of the specified tag is processed..
The function receives three parameters. 1 The text, usually empty string. 2 The attributes set in the commentcode. 3 The commentcode tag name. function get my commentcode { return.. htmlspecialchars )... } add commentcode.
It will produce this output, Array )...
Read more