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.
Contents
Parameters
- $actions
(string)The HTML site link markup.
- $user_blog
(object)An object containing the site data.
Source
File: wp-admin/my-sites.php
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |