Advertisement
wclovers

Untitled

Jul 10th, 2023
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_filter( 'wcfmmp_stripe_split_pay_completed_order_status', function( $status ) {
  2.     return 'completed';
  3. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement