You appear to be a bot. Output may be restricted
Description
Displays the toggle button for the postbox
Usage
oik_handlediv( $title );
Parameters
- $title
- ( string ) required – translated title
Returns
void
Source
File name: oik-bwtrace/libs/oik-admin.php
Lines:
1 to 8 of 8
function oik_handlediv( $title ) { $title = sprintf( __( 'Toggle panel: %s' ), $title ); e( '<button type="button" class="handlediv" aria-expanded="true">' ); e( '<span class="screen-reader-text">' . $title . '</span>' ); e( '<span class="toggle-indicator" aria-hidden="true">' ); e( '</span>' ); e( '</button>' ); }