This filter can change which status the confirmation page looks for. This will also accept an array.
apply_filters("pmpro_confirmation_order_status", array("success", "pending"))); |
Parameters
- string or array ( array(“success”, “pending”))
This filter can change which status the confirmation page looks for. This will also accept an array.
apply_filters("pmpro_confirmation_order_status", array("success", "pending"))); |