You appear to be a bot. Output may be restricted
Description
Function to run when the plugin file is loaded
Usage
oik_presentation_plugin_loaded();
Parameters
Returns
void
Source
File name: oik-presentation/oik-presentation.php
Lines:
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" ); }