You appear to be a bot. Output may be restricted
Description
Fiddle about with $args['screen']Code copied from _get_list_table()
Usage
_bw_get_list_table_args_screen( $args );
Parameters
- $args
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/oik-list-table.phpLines:
1 to 9 of 9
function _bw_get_list_table_args_screen( $args ) { if ( isset( $args['screen'] ) ) $args['screen'] = convert_to_screen( $args['screen'] ); elseif ( isset( $GLOBALS['hook_suffix'] ) ) $args['screen'] = get_current_screen(); else $args['screen'] = null; return( $args ); }View on GitHub View on Trac