You appear to be a bot. Output may be restricted
Description
Function to invoke when the oik-shortcake module is loaded
Usage
oik_shortcake_loaded();
Parameters
Returns
voidSource
File name: oik/oik-shortcake.phpLines:
1 to 4 of 4
function oik_shortcake_loaded() { //bw_trace2(); add_action( "admin_enqueue_scripts", "oik_shortcake_admin_enqueue_scripts", 9 ); }View on GitHub View on Trac