Description
Set the extra values for the dummy plugins: wordpress, PHPNote: The extras option is used by the shortcode. The plugins option is used for the feed, but not for the shortcode. The preceeding comma is required. ? Need to code a more robust solution.
Usage
$string = cookie_cat_default_extras();Parameters
Returns
string the extra valuesSource
File name: cookie-cat/shortcodes/cookie-cat.phpLines:
1 to 3 of 3
function cookie_cat_default_extras() { return( ",wordpress,PHP" ); }View on GitHub View on Trac
Called by
1 to 1 of 1
