screen_settings

screen_settings

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_settings') is found 1 times:

  • /wp-admin/includes/class-wp-screen.php line 1019
    		 *
    		 * @param string    $screen_settings Screen settings.
    		 * @param WP_Screen $screen          WP_Screen object.
    		 */
    		$this->_screen_settings = apply_filters( 'screen_settings', $this->_screen_settings, $this );
    
    		if ( $this->_screen_settings || $this->_options ) {
    			$show_screen = true;
    		}
    
    		/**
    

See this hook used in plugins: