Description
Outputs a menu headerNote: Completely removed the link to oik
Usage
BW_::oik_menu_header( $title, $class );Parameters
- $title
- ( string ) optional default: Overview – title for the box
- $class
- ( string ) optional default: w70pc – class for the box
Returns
voidTO DO
Remove the nonce if #41387 is implemented and we don't still don't want the status of the post boxes to persist.Source
File name: oik-bwtrace/libs/class-BW-.phpLines:
1 to 7 of 7
static function oik_menu_header( $title="Overview", $class="w70pc" ) { oik_enqueue_scripts(); e( wp_nonce_field( "closedpostboxes", "closedpostboxesnonce", false, false ) ); sdiv( "wrap" ); h2( $title ); scolumn( $class ); }View on GitHub View on Trac
Called by
1 to 12 of 12
- bw_action_options_do_page() – Settings page for oik actions logging
- bw_trace_options_do_page() – Display the oik trace options page
- oik_buttons_do_page() – Draw the oik buttons page
- oik_help_do_page() – Display help information for all the active shortcodes
- oik_lazy_plugins_server_settings() – oik plugins settings page
- oik_lazy_themes_server_settings() – oik themes settings page
- oik_menu() – Display the oik menu page – oik overview
- oik_nivo_options_do_page() – Nivo slider settings page
- oik_options_do_page() – Draw the oik options page
- oik_options_do_page_1() – Draw the oik options-1 page
- oik_privacy_policy_options_do_page() – Display the oik Privacy policy admin page
- Tests_issue_9::test_BW_oik_menu_header() –
