wpseek.com
A WordPress-centric search engine for devs and theme authors



myblogs_blog_actions › WordPress Filter Hooks

SinceMU (3.0.0)
Deprecatedn/a
apply_filters( 'myblogs_blog_actions', $actions, $user_blog )
Parameters: (2)
  • (string) $actions The HTML site link markup.
    Required: Yes
  • (object) $user_blog An object containing the site data.
    Required: Yes
Defined at:
Codex:

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





Source

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