Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'woocommerce_scheduled_subscription_trial_end', function( $subscription_id ) {
- error_log( 'TRIAL END. ID ' . $subscription_id );
- error_log( print_r( debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS, 50 ), true ) );
- }, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement