You appear to be a bot. Output may be restricted
Description
Create an oik menu headerNote: Completely removed the link to oik
Usage
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
voidSource
File name: oik/libs/oik-admin.phpLines:
1 to 7 of 7
function oik_menu_header( $title="Overview", $class="w70pc" ) { oik_enqueue_scripts(); e( wp_nonce_field( "closedpostboxes", "closedpostboxesnonce", false, false ) ); sdiv( "wrap" ); h2( bw_translate( $title ) ); scolumn( $class ); }View on GitHub View on Trac