Skip to content

Instantly share code, notes, and snippets.

@trainingspark
Last active October 15, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trainingspark/5d886437c76dc3b0455af9e9d737a9e0 to your computer and use it in GitHub Desktop.
Save trainingspark/5d886437c76dc3b0455af9e9d737a9e0 to your computer and use it in GitHub Desktop.
Buddyboss overbranding override
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