Skip to content

Commit

Permalink
Merge pull request #68 from newfold-labs/add/PRESS2-117-mm_brand-to-O…
Browse files Browse the repository at this point in the history
…nboarding-Conventions

Add/press2 117 mm brand to onboarding conventions
  • Loading branch information
arunshenoy99 authored Sep 16, 2022
2 parents b04b732 + 2fc2640 commit 44cdf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function current_brand() {
if ( empty( $brand ) ) {
$brand = 'newfold';
}
$brand = \apply_filters( 'nfd_module_onboarding_brand', strtolower( $brand ) );
$brand = \apply_filters( 'nfd_module_onboarding_brand', sanitize_title_with_dashes( str_replace('_', '-', $brand) ) );

$brands = Brands::get_brands();

Expand Down

0 comments on commit 44cdf00

Please sign in to comment.