wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



myblogs_blog_actions › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'myblogs_blog_actions', $actions, $user_blog )
Parameter: (2)
  • (string) $actions The HTML site link markup.
    Erforderlich: Ja
  • (object) $user_blog An object containing the site data.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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