I’m testing a new thing I would like to redirect people when they click on the place order in checkout, I added this code and it didn’t work can you tell me what’s wrong with it
// redirect
add_filter( ‘woocommerce_order_button_redirect’, ‘am_change_place_order_url’ );
function am_change_place_order_url() {
return ‘https://www.instagram.com/’;
}
+I changed the menu that appears on the mobile and it doesn’t change (check picture to see what menu I’m talking about)
Attachments:
You must be
logged in to view attached files.