wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_custom_logo_image_attributes › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id )
Parametry: (3)
  • (array) $custom_logo_attr Custom logo image attributes.
    Wymagane: Tak
  • (int) $custom_logo_id Custom logo attachment ID.
    Wymagane: Tak
  • (int) $blog_id ID of the blog to get the custom logo for.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the list of custom logo image attributes.





Źródło

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