wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_custom_logo › Les Filtres WordPress

Depuis4.6.0
Dépréciéen/a
apply_filters( 'get_custom_logo', $html, $blog_id )
Paramètres: (2)
  • (string) $html Custom logo HTML output.
    Requis: Oui
  • (int) $blog_id ID of the blog to get the custom logo for.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the custom logo output.





Source

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