REST-API WOOCOMERCE
add_filter( 'woocommerce_rest_check_permissions', 'my_woocommerce_rest_check_permissions', 90, 4 ); function my_woocommerce_rest_check_permissions( $permission, $context, $object_id, $post_type ){ return true; }
редирект со страницы на страницу
RewriteCond %{QUERY_STRING} ^_route_=login/$
RewriteRule ^(.*)$ https://onmywaystudio.net/? [R=301,L]