On this page
do_action( 'wpmublogsaction', int $blog_id )
Fires inside the auxiliary ‘Actions’ column of the Sites list table.
Description
By default this column is hidden unless something is hooked to the action.
Parameters
$blog_idint-
The site ID.
Source
File: wp-admin/includes/class-wp-ms-sites-list-table.php. View all references
do_action( 'wpmublogsaction', $blog['blog_id'] );
Related
Used By
| Used By | Description |
|---|---|
| WP_MS_Sites_List_Table::column_plugins() wp-admin/includes/class-wp-ms-sites-list-table.php | Handles the plugins column output. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wpmublogsaction