hidden_columns

hidden_columns

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('hidden_columns') is found 1 times:

  • /wp-admin/includes/screen.php line 84
    	 * @param string[]  $hidden       Array of IDs of hidden columns.
    	 * @param WP_Screen $screen       WP_Screen object of the current screen.
    	 * @param bool      $use_defaults Whether to show the default columns.
    	 */
    	return apply_filters( 'hidden_columns', $hidden, $screen, $use_defaults );
    }
    
    /**
     * Prints the meta box preferences for screen meta.
     *
     * @since 2.7.0