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.


Top ↑

Parameters

$blog_id

(int)The site ID.


Top ↑

Source

File: wp-admin/includes/class-wp-ms-sites-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
MU (3.0.0)Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.