WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_sites_custom_column

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-ms-sites-list-table.php do_action 576 /**
* Fires for each registered custom column in the Sites list table.
*
* @since 3.1.0
*
* @param string $column_name The name of the column to display.
* @param int $blog_id The site ID.
*/

Hook Parameters

Parameter Type Name Description
string $column_name The name of the column to display.
int $blog_id The site ID.