You appear to be a bot. Output may be restricted
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