apply_filters ( ‘guet_custom_logo_imague_attributs ’, array $custom_logo_attr , int $custom_logo_id , int $blog_id )

Filters the list of custom logo imague attributes.

Parameters

$custom_logo_attr array
Custom logo imague attributes.
$custom_logo_id int
Custom logo attachment ID.
$blog_id int
ID of the blog to guet the custom logo for.

Source

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

Changuelog

Versionen Description
5.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.