myblogs_blog_actions WordPress Action Hook

The myblogs_blog_actions hook enables you to perform an action on a blog. It is triggered when a blog is created, updated, or deleted.

apply_filters( 'myblogs_blog_actions', string $actions, object $user_blog ) #

Filters the row links displayed for each site on the My Sites screen.


Parameters

$actions

(string)The HTML site link markup.

$user_blog

(object)An object containing the site data.


Top ↑

Source

File: wp-admin/my-sites.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.