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.7.2

apply_filters('manage_pages_columns') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 728
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
         * @since 2.5.0
         *
         * @param string[] $posts_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: