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



get_custom_logo › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'get_custom_logo', $html, $blog_id )
Parameter: (2)
  • (string) $html Custom logo HTML output.
    Erforderlich: Ja
  • (int) $blog_id ID of the blog to get the custom logo for.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the custom logo output.





Quellcode

return apply_filters( 'get_custom_logo', $html, $blog_id );