manage_{$post_type}_posts_columns

manage_{$post_type}_posts_columns

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('manage_{$post_type}_posts_columns') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 756
    		 * @since 3.0.0
    		 *
    		 * @param string[] $post_columns An associative array of column headings.
    		 */
    		return apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
    	}
    
    	/**
    	 * @return array
    	 */
    	protected function get_sortable_columns() {
    

See this hook used in plugins: