Redirect after adding new product
-
Is there a code that redirect to specific link after adding a new product in WCFM front-end manager?
I have tried some codes but those not working:add_filter( ‘wcfm_product_save_publish_redirect’, function( $redirect_url ) { $redirect_url = MY URL; return $redirect_url; });
and
apply_filters( 'wcfm_product_save_publish_redirect', get_wcfm_edit_product_url( $new_product_id ), $new_product_id );
So I need another way to achieve my request.
Thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Redirect after adding new product’ is closed to new replies.