Advertisement
wclovers

Untitled

Mar 23rd, 2023
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. add_filter('wcfm_product_save_publish_redirect', function( $url, $new_product_id) {
  2.     return get_permalink($new_product_id);
  3. },10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement