screen_options_show_screen, $show_screen, $this

screen_options_show_screen, $show_screen, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('screen_options_show_screen, $show_screen, $this') is found 1 times:

  • /wp-admin/includes/class-wp-screen.php line 1036
    		 * @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.
    	 *