screen_options_show_screen

screen_options_show_screen

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('screen_options_show_screen') is found 1 times:

  • /wp-admin/includes/class-wp-screen.php line 1034
    		 * @param bool      $show_screen Whether to show Screen Options tab.
    		 *                               Default true.
    		 * @param WP_Screen $screen      Current WP_Screen instance.
    		 */
    		$this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );
    		return $this->_show_screen_options;
    	}
    
    	/**
    	 * Renders the screen options tab.
    	 *
    

See this hook used in plugins: