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



get_custom_logo_image_attributes › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'get_custom_logo_image_attributes', $custom_logo_attr, $custom_logo_id, $blog_id )
Parameters: (3)
  • (array) $custom_logo_attr Custom logo image attributes.
    Required: Yes
  • (int) $custom_logo_id Custom logo attachment ID.
    Required: Yes
  • (int) $blog_id ID of the blog to get the custom logo for.
    Required: Yes
Defined at:
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 );