Reflective Safety Gloves

$0.00

Features
• One Size Fits Most
• Reflective Strip Accents
• 80% Acrylic

$5 – $9

Clear

SKU 89001 Category

Additional information
Color

Orange, Yellow/Lime

function stop_woocommerce_redirect_to_myaccount() { if (is_user_logged_in() && current_user_can('editor')) { if (is_account_page()) { wp_redirect(admin_url()); exit; } } } add_action('template_redirect', 'stop_woocommerce_redirect_to_myaccount');