Looking for help?
< All Topics
Print

Markup online order status has been paid

add_filter('op_online_order_paid_status',function($status){
   $status = array('completed','processing');
   return $status;
},10,1)
Table of Contents