b3_main_logo()

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

  1. function b3_main_logo( $logo ) {
  2.     return 'https://urlto.your.logo';
  3. }
  4. add_filter( 'b3_main_logo', 'b3_main_logo' );

Used in

Tags