Filter hook 'get_custom_logo_image_attributes'

in WP Core File wp-includes/general-template.php at line 1103

Description

Filters the list of custom logo image attributes.

Occurrences

Filename Line Number
wp-includes/general-template.php 1103

Parameters

Type Name Description
array $custom_logo_attr Custom logo image attributes.
int $custom_logo_id Custom logo attachment ID.
int $blog_id ID of the blog to get the custom logo for.

PHP Doc

/**
		 * Filters the list of custom logo image attributes.
		 *
		 * @since 5.5.0
		 *
		 * @param array $custom_logo_attr Custom logo image attributes.
		 * @param int   $custom_logo_id   Custom logo attachment ID.
		 * @param int   $blog_id          ID of the blog to get the custom logo for.
		 */