Description
Function to run when the plugin file is loaded
Usage
oik_presentation_plugin_loaded();Parameters
Returns
voidSource
File name: oik-presentation/oik-presentation.phpLines:
1 to 7 of 7
function oik_presentation_plugin_loaded() { add_action( "admin_notices", "oik_presentation_activation" ); add_action( "oik_fields_loaded", "oik_presentation_init" ); add_action( "oik_admin_menu", "oik_presentation_admin_menu" ); add_action( "oik_presentation_footer", "oik_presentation_footer" ); add_action( "oik_presentation_navigation", "oik_presentation_navigation" ); }
Called by
Invoked by
Calls
Call hooks
API Letters:
