default_hidden_columns

default_hidden_columns

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('default_hidden_columns') is found 1 times:

  • /wp-admin/includes/screen.php line 71
    		 *
    		 * @param string[]  $hidden Array of IDs of columns hidden by default.
    		 * @param WP_Screen $screen WP_Screen object of the current screen.
    		 */
    		$hidden = apply_filters( 'default_hidden_columns', $hidden, $screen );
    	}
    
    	/**
    	 * Filters the list of hidden columns.
    	 *
    	 * @since 4.4.0
    

See this hook used in plugins: