Description
Perform initialisation when plugin file loadedThis plugin doesn't really need to do anything until someone requests a "rating" field to be formatted BUT at present there isn't an action to respond to ? 2013/07/02
Usage
oikr8_plugin_loaded();Parameters
Returns
voidSource
File name: oik-rating/oik-rating.phpLines:
1 to 6 of 6
function oikr8_plugin_loaded() { add_action( "oik_pre_theme_field", "oikr8_pre_theme_field" ); add_action( "oik_pre_form_field", "oikr8_pre_form_field" ); add_filter( "bw_field_validation_rating", "oikr8_field_validation_rating", 10, 3 ); add_filter( "oik_query_field_types", "oikr8_query_field_types" ); }
Called by
Invoked by
Calls
Call hooks
API Letters:
