Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




screen_options [ WordPress Function ]

screen_options ( $screen )
See:
  • WP_Screen::render_per_page_options()
Defined at:



Returns the screen's per-page options.

Source


<?php
function screen_options$screen ) {
    
_deprecated_function__FUNCTION__'3.3''$current_screen->render_per_page_options()' );

    
$current_screen get_current_screen();

    if ( ! 
$current_screen )
        return 
'';

    
ob_start();
    
$current_screen->render_per_page_options();
    return 
ob_get_clean();
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics