Fires for each custom column of a specific post type in the Posts list table.
manage_posts_custom_column
Fires in each custom column in the Posts list table.
manage_pages_custom_column
Fires in each custom column on the Posts list table.
post_column_taxonomy_links
Filters the links in `$taxonomy` column of edit.php.
Advertisement
post_date_column_time
Filters the published time of the post.
post_date_column_status
Filters the status text of the post.
manage_posts_columns
Filters the columns displayed in the Posts list table.
manage_{$post_type}_posts_columns
Filters the columns displayed in the Posts list table for a specific post type.
Advertisement
manage_taxonomies_for_{$post_type}_columns
Filters the taxonomy columns in the Posts list table.
manage_pages_columns
Filters the columns displayed in the Pages list table.
manage_posts_extra_tablenav
Fires immediately following the closing “actions” div in the tablenav for the posts list table.
restrict_manage_posts
Fires before the Filter button on the Posts and Pages list tables.
Advertisement
disable_formats_dropdown
Filters whether to remove the ‘Formats’ drop-down from the post list table.
disable_categories_dropdown
Filters whether to remove the ‘Categories’ drop-down from the post list table.
WP_Posts_List_Table
Core class used to implement displaying posts in a list table.