Title: wpmublogsaction
Published: April 25, 2014
Last modified: May 20, 2026

---

# do_action( ‘wpmublogsaction’, int $blog_id )

## In this article

 * [Description](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#description)
 * [Parameters](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#wp--skip-link--target)

Fires inside the auxiliary ‘Actions’ column of the Sites list table.

## 󠀁[Description](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#description)󠁿

By default this column is hidden unless something is hooked to the action.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#parameters)󠁿

 `$blog_id`int

The site ID.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#source)󠁿

    ```php
    do_action( 'wpmublogsaction', $blog['blog_id'] );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/class-wp-ms-sites-list-table.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-admin/includes/class-wp-ms-sites-list-table.php#L608)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/class-wp-ms-sites-list-table.php#L608-L608)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#related)󠁿

| Used by | Description | 
| [WP_MS_Sites_List_Table::column_plugins()](https://developer.wordpress.org/reference/classes/wp_ms_sites_list_table/column_plugins/)`wp-admin/includes/class-wp-ms-sites-list-table.php` |

Handles the plugins column output.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/wpmublogsaction/?output_format=md#changelog)󠁿

| Version | Description | 
| [MU (3.0.0)](https://developer.wordpress.org/reference/since/mu.3.0.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fwpmublogsaction%2F)
before being able to contribute a note or feedback.