Description
This filter will set your logo and will 'overrule' any logo set in the admin.
Arguments
- $logo(string) - Your custom logo url.
Return
(string) The url of your logo
Usage
function b3_main_logo( $logo ) {
return 'https://urlto.your.logo';
}
add_filter( 'b3_main_logo', 'b3_main_logo' );
Used in
- includes/do-stuff.php - line 316
- includes/tabs/tab-settings.php - line 129