Last active
October 15, 2021 16:06
-
-
Save trainingspark/5d886437c76dc3b0455af9e9d737a9e0 to your computer and use it in GitHub Desktop.
Buddyboss overbranding override
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (class_exists('B2BDash_Public')) { | |
$b2bdash = new B2BDash_Public(1, 1); | |
if (!empty($b2bdash->b2bdash_custom_logo())) { | |
$logo_id = $b2bdash->b2bdash_custom_logo(); | |
$logo_dark_id = $b2bdash->b2bdash_custom_logo(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment