Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_wpf_status_check( $apply_tags, $status, $subscription ) {
- if ( 'active' == $status && !wpf_has_tag( 'Clienti - Ordine Completato - Identificazione Effettuata', $subscription->get_user_id())) {
- return false;
- }
- return $apply_tags;
- }
- add_filter( 'wpf_woocommerce_subscription_status_apply_tags', 'custom_wpf_status_check', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement