request ); // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound // If in My account dashboard page if ( ( end( $request ) == 'my-account' && is_account_page() ) ) { $dashBoardClass = "blw-MyAccount--dashboard"; // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound } else { $dashBoardClass = "blw-MyAccount--dashboard-inner"; // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound } ?>