apply_filters( ‘greenlet_logo’ )
Filters logo url.
Example Usage:
function mytheme_logo () {
return 'https://my-custom-logo-url/logo.svg';
}
add_filter( 'greenlet_logo', 'mytheme_logo' );
apply_filters( ‘greenlet_logo’ )
Filters logo url.
Example Usage:
function mytheme_logo () {
return 'https://my-custom-logo-url/logo.svg';
}
add_filter( 'greenlet_logo', 'mytheme_logo' );