Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * @return bool true to send the email, false to skip the email
- */
- add_filter('site-reviews-notifications/product/reminder/skip', function (bool $bool, \WC_Order $order) {
- // Your code here
- return $bool;
- }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement