Advertisement
verygoodplugins

Untitled

Aug 5th, 2021 (edited)
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_action( 'woocommerce_scheduled_subscription_trial_end', function( $subscription_id ) {
  2.  
  3.     error_log( 'TRIAL END. ID ' . $subscription_id );
  4.     error_log( print_r( debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS, 50 ), true ) );
  5.  
  6. }, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement