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



get_custom_logo_image_attributes › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id )
Parameter: (3)
  • (array) $custom_logo_attr Custom logo image attributes.
    Erforderlich: Ja
  • (int) $custom_logo_id Custom logo attachment ID.
    Erforderlich: Ja
  • (int) $blog_id ID of the blog to get the custom logo for.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of custom logo image attributes.





Quellcode

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