You appear to be a bot. Output may be restricted
Description
Function to run when the plugin file is loaded
Usage
oik_rm_plugin_loaded();
Parameters
Returns
voidSource
File name: oik-read-more/oik-read-more.phpLines:
1 to 4 of 4
function oik_rm_plugin_loaded() { add_action( "admin_notices", "oik_rm_activation" ); add_action( "oik_add_shortcodes", "oik_rm_init" ); }View on GitHub View on Trac