Title: Hooks | Page 35 of 49 | Developer.WordPress.org

---

# Hooks

 * hook[manage_comments_custom_column](https://developer.wordpress.org/reference/hooks/manage_comments_custom_column/)
 * Fires when the default column output is displayed for a single row.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_comments_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_comments_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-comments-list-table.php:1134](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-comments-list-table.php#L1134-L1134)
 * hook[manage_comments_nav](https://developer.wordpress.org/reference/hooks/manage_comments_nav/)
 * Fires after the Filter submit button for comment types.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_comments_nav/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_comments_nav/#uses)
   | Source: [wp-admin/includes/class-wp-comments-list-table.php:451](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-comments-list-table.php#L451-L451)
 * hook[manage_link_custom_column](https://developer.wordpress.org/reference/hooks/manage_link_custom_column/)
 * Fires for each registered custom link column.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_link_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_link_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-links-list-table.php:307](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-links-list-table.php#L307-L307)
 * hook[manage_media_columns](https://developer.wordpress.org/reference/hooks/manage_media_columns/)
 * Filters the Media list table columns.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_media_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_media_columns/#uses)
   | Source: [wp-admin/includes/class-wp-media-list-table.php:392](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-media-list-table.php#L392-L392)
 * hook[manage_media_custom_column](https://developer.wordpress.org/reference/hooks/manage_media_custom_column/)
 * Fires for each custom column in the Media list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_media_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_media_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-media-list-table.php:714](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-media-list-table.php#L714-L714)
 * hook[manage_pages_columns](https://developer.wordpress.org/reference/hooks/manage_pages_columns/)
 * Filters the columns displayed in the Pages list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_pages_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_pages_columns/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:727](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L727-L727)
 * hook[manage_pages_custom_column](https://developer.wordpress.org/reference/hooks/manage_pages_custom_column/)
 * Fires in each custom column on the Posts list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_pages_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_pages_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:1377](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L1377-L1377)
 * hook[manage_plugins_custom_column](https://developer.wordpress.org/reference/hooks/manage_plugins_custom_column/)
 * Fires inside each custom column of the Plugins list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_plugins_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_plugins_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-plugins-list-table.php:1404](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-plugins-list-table.php#L1404-L1404)
 * hook[manage_posts_columns](https://developer.wordpress.org/reference/hooks/manage_posts_columns/)
 * Filters the columns displayed in the Posts list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_posts_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_posts_columns/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:738](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L738-L738)
 * hook[manage_posts_custom_column](https://developer.wordpress.org/reference/hooks/manage_posts_custom_column/)
 * Fires in each custom column in the Posts list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_posts_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_posts_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:1391](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L1391-L1391)
 * hook[manage_posts_extra_tablenav](https://developer.wordpress.org/reference/hooks/manage_posts_extra_tablenav/)
 * Fires immediately following the closing “actions” div in the tablenav for the
   posts list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_posts_extra_tablenav/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_posts_extra_tablenav/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:619](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L619-L619)
 * hook[manage_sites_action_links](https://developer.wordpress.org/reference/hooks/manage_sites_action_links/)
 * Filters the action links displayed for each site in the Sites list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_sites_action_links/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_sites_action_links/#uses)
   | Source: [wp-admin/includes/class-wp-ms-sites-list-table.php:859](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-ms-sites-list-table.php#L859-L859)
 * hook[manage_sites_custom_column](https://developer.wordpress.org/reference/hooks/manage_sites_custom_column/)
 * Fires for each registered custom column in the Sites list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_sites_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_sites_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-ms-sites-list-table.php:610](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-ms-sites-list-table.php#L610-L610)
 * hook[manage_sites_extra_tablenav](https://developer.wordpress.org/reference/hooks/manage_sites_extra_tablenav/)
 * Fires immediately following the closing “actions” div in the tablenav for the
   MS sites list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_sites_extra_tablenav/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_sites_extra_tablenav/#uses)
   | Source: [wp-admin/includes/class-wp-ms-sites-list-table.php:358](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-ms-sites-list-table.php#L358-L358)
 * hook[manage_taxonomies_for_attachment_columns](https://developer.wordpress.org/reference/hooks/manage_taxonomies_for_attachment_columns/)
 * Filters the taxonomy columns for attachments in the Media list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_taxonomies_for_attachment_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_taxonomies_for_attachment_columns/#uses)
   | Source: [wp-admin/includes/class-wp-media-list-table.php:351](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-media-list-table.php#L351-L351)
 * hook[manage_taxonomies_for_{$post_type}_columns](https://developer.wordpress.org/reference/hooks/manage_taxonomies_for_post_type_columns/)
 * Filters the taxonomy columns in the Posts list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_taxonomies_for_post_type_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_taxonomies_for_post_type_columns/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:688](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L688-L688)
 * hook[manage_themes_custom_column](https://developer.wordpress.org/reference/hooks/manage_themes_custom_column/)
 * Fires inside each custom column of the Multisite themes list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_themes_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_themes_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-ms-themes-list-table.php:907](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-ms-themes-list-table.php#L907-L907)
 * hook[manage_users-network_custom_column](https://developer.wordpress.org/reference/hooks/manage_users-network_custom_column/)
 * Filters the display output of custom columns in the Network Users list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_users-network_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_users-network_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-ms-users-list-table.php:481](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-ms-users-list-table.php#L481-L481)
 * hook[manage_users_custom_column](https://developer.wordpress.org/reference/hooks/manage_users_custom_column/)
 * Filters the display output of custom columns in the Users list table.
 * Used by [2 functions](https://developer.wordpress.org/reference/hooks/manage_users_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_users_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-users-list-table.php:625](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-users-list-table.php#L625-L625)
 * hook[manage_users_extra_tablenav](https://developer.wordpress.org/reference/hooks/manage_users_extra_tablenav/)
 * Fires immediately following the closing “actions” div in the tablenav for the
   users list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_users_extra_tablenav/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_users_extra_tablenav/#uses)
   | Source: [wp-admin/includes/class-wp-users-list-table.php:342](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-users-list-table.php#L342-L342)
 * hook[manage_{$post->post_type}_posts_custom_column](https://developer.wordpress.org/reference/hooks/manage_post-post_type_posts_custom_column/)
 * Fires for each custom column of a specific post type in the Posts list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_post-post_type_posts_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_post-post_type_posts_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:1409](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L1409-L1409)
 * hook[manage_{$post_type}_posts_columns](https://developer.wordpress.org/reference/hooks/manage_post_type_posts_columns/)
 * Filters the columns displayed in the Posts list table for a specific post type.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_post_type_posts_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_post_type_posts_columns/#uses)
   | Source: [wp-admin/includes/class-wp-posts-list-table.php:755](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-posts-list-table.php#L755-L755)
 * hook[manage_{$screen->id}_columns](https://developer.wordpress.org/reference/hooks/manage_screen-id_columns/)
 * Filters the column headers for a list table on a specific screen.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_screen-id_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_screen-id_columns/#uses)
   | Source: [wp-admin/includes/screen.php:37](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/screen.php#L37-L37)
 * hook[manage_{$this->screen->id}_custom_column](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column/)
 * Fires for each custom column in the Application Passwords list table.
 * Used by [2 functions](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-application-passwords-list-table.php:141](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-application-passwords-list-table.php#L141-L141)
 * hook[manage_{$this->screen->id}_custom_column_js_template](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column_js_template/)
 * Fires in the JavaScript row template for each custom column in the Application
   Passwords list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column_js_template/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_custom_column_js_template/#uses)
   | Source: [wp-admin/includes/class-wp-application-passwords-list-table.php:251](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-application-passwords-list-table.php#L251-L251)
 * hook[manage_{$this->screen->id}_sortable_columns](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_sortable_columns/)
 * Filters the list table sortable columns for a specific screen.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_sortable_columns/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_this-screen-id_sortable_columns/#uses)
   | Source: [wp-admin/includes/class-wp-list-table.php:1344](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-list-table.php#L1344-L1344)
 * hook[manage_{$this->screen->taxonomy}_custom_column](https://developer.wordpress.org/reference/hooks/manage_this-screen-taxonomy_custom_column/)
 * Filters the displayed columns in the terms list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/manage_this-screen-taxonomy_custom_column/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/manage_this-screen-taxonomy_custom_column/#uses)
   | Source: [wp-admin/includes/class-wp-terms-list-table.php:669](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-terms-list-table.php#L669-L669)
 * hook[map_meta_cap](https://developer.wordpress.org/reference/hooks/map_meta_cap/)
 * Filters the primitive capabilities required of the given user to satisfy the 
   capability being checked.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/map_meta_cap/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/map_meta_cap/#uses)
   | Source: [wp-includes/capabilities.php:879](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/capabilities.php#L879-L879)
 * hook[mature_blog](https://developer.wordpress.org/reference/hooks/mature_blog/)
 * Fires when the ‘mature’ status is added to a site.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/mature_blog/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/mature_blog/#uses)
   | Source: [wp-includes/ms-site.php:1204](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/ms-site.php#L1204-L1204)
 * hook[max_srcset_image_width](https://developer.wordpress.org/reference/hooks/max_srcset_image_width/)
 * Filters the maximum image width to be included in a ‘srcset’ attribute.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/max_srcset_image_width/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/max_srcset_image_width/#uses)
   | Source: [wp-includes/media.php:1444](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/media.php#L1444-L1444)

 [Previous Page](https://developer.wordpress.org/reference/hooks/page/34/?output_format=md)

[1](https://developer.wordpress.org/reference/hooks/?output_format=md) … [33](https://developer.wordpress.org/reference/hooks/page/33/?output_format=md)
[34](https://developer.wordpress.org/reference/hooks/page/34/?output_format=md) 
35 [36](https://developer.wordpress.org/reference/hooks/page/36/?output_format=md)
[37](https://developer.wordpress.org/reference/hooks/page/37/?output_format=md) …
[49](https://developer.wordpress.org/reference/hooks/page/49/?output_format=md)

 [Next Page](https://developer.wordpress.org/reference/hooks/page/36/?output_format=md)