get_custom_logo_image_attributes WordPress Filter Hook

The get_custom_logo_image_attributes Wordpress hook is used to modify the attributes of a custom logo image. This hook can be used to add or remove attributes, or to change the values of existing attributes.

apply_filters( 'get_custom_logo_image_attributes', array $custom_logo_attr, int $custom_logo_id, int $blog_id ) #

Filters the list of custom logo image attributes.


Parameters

$custom_logo_attr

(array)Custom logo image attributes.

$custom_logo_id

(int)Custom logo attachment ID.

$blog_id

(int)ID of the blog to get the custom logo for.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More