You appear to be a bot. Output may be restricted
Description
Implement "oik_loaded" action for cookie-catNote: We define the "cookies" filter here even though it's only invoked by cookie-cat during the expansion of the [cookies] shortcode.
Usage
cookie_cat_init();
Parameters
Returns
voidSource
File name: cookie-cat/cookie-cat.phpLines:
1 to 4 of 4
function cookie_cat_init() { add_filter( "cookies", "oik_cookie_filter", 11, 2 ); add_action( "oik_admin_menu", "cookie_cat_admin_menu" ); }View on GitHub View on Trac