default_hidden_columns, $hidden, $screen

default_hidden_columns, $hidden, $screen

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('default_hidden_columns, $hidden, $screen') 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