Action hook 'wpmublogsaction'

in WP Core File wp-admin/includes/class-wp-ms-sites-list-table.php at line 585

Description

Fires inside the auxiliary 'Actions' column of the Sites list table. By default this column is hidden unless something is hooked to the action.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-ms-sites-list-table.php 585

Parameters

Type Name Description
int $blog_id The site ID.

PHP Doc

/**
			 * Fires inside the auxiliary 'Actions' column of the Sites list table.
			 *
			 * By default this column is hidden unless something is hooked to the action.
			 *
			 * @since MU (3.0.0)
			 *
			 * @param int $blog_id The site ID.
			 */