wpmublogsaction WordPress Action Hook
The wpmublogsaction hook allows you to take action when a user logs in or out of a WordPressMultisite blog. It is useful for performing tasks such as syncing user data between your site and a third-party service.
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_id
(int)The site ID.
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |