do_action( ‘wpmublogsaction’, int $blog_id )

In this article

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

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

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.