You appear to be a bot. Output may be restricted
Description
Request plugins to load their field theming functionsoik-fields is expected to respond to this action to load all the theming functions not supported by the oik base plugin. The "oik_pre_theme_field" action is only called once.
Usage
bw_pre_theme_field();
Parameters
Returns
voidSource
File name: oik/libs/bw_fields.phpLines:
1 to 7 of 7
function bw_pre_theme_field() { static $bw_pre_theme_field = 0; if ( 0 === $bw_pre_theme_field ) { do_action( "oik_pre_theme_field" ); } $bw_pre_theme_field++; }View on GitHub View on Trac