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



get_custom_logo_image_attributes › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id )
Paramètres: (3)
  • (array) $custom_logo_attr Custom logo image attributes.
    Requis: Oui
  • (int) $custom_logo_id Custom logo attachment ID.
    Requis: Oui
  • (int) $blog_id ID of the blog to get the custom logo for.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the list of custom logo image attributes.





Source

$custom_logo_attr = apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id );