feat/fix: checkout email tracing, UI tweaks for add-to-cart, cart page overflow fix, implement hide admin bar setting
This commit is contained in:
@@ -112,6 +112,7 @@ class AppearanceController
|
||||
$general_data = [
|
||||
'spa_mode' => sanitize_text_field($request->get_param('spaMode')),
|
||||
'spa_page' => absint($request->get_param('spaPage') ?? 0),
|
||||
'hide_admin_bar' => (bool) $request->get_param('hideAdminBar'),
|
||||
|
||||
'container_width' => sanitize_text_field($request->get_param('containerWidth') ?? 'boxed'),
|
||||
'toast_position' => sanitize_text_field($request->get_param('toastPosition') ?? 'top-right'),
|
||||
|
||||
Reference in New Issue
Block a user