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.
Source
$actions = apply_filters( 'myblogs_blog_actions', $actions, $user_blog );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.