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



get_custom_logo › WordPress Filter Hooks

Since4.6.0
Deprecatedn/a
apply_filters( 'get_custom_logo', $html, $blog_id )
Parameters: (2)
  • (string) $html Custom logo HTML output.
    Required: Yes
  • (int) $blog_id ID of the blog to get the custom logo for.
    Required: Yes
Defined at:
Codex:

Filters the custom logo output.





Source

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