manage_pages_columns

manage_pages_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('manage_pages_columns') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 728
    			 * @since 2.5.0
    			 *
    			 * @param string[] $post_columns An associative array of column headings.
    			 */
    			$posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
    		} else {
    
    			/**
    			 * Filters the columns displayed in the Posts list table.
    			 *
    			 * @since 1.5.0
    

See this hook used in plugins: