apply_filters( ‘myblogs_blog_actions’, string $actions, object $user_blog )

In this article

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

Parameters

$actionsstring
The HTML site link markup.
$user_blogobject
An object containing the site data.

Source

$actions = apply_filters( 'myblogs_blog_actions', $actions, $user_blog );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

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