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.

Source

File: wp-admin/my-sites.php.

View all references

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

Leave a Reply

Your email address will not be published. Required fields are marked *