woocommerce_order_status_pending_to_on-hold_notification
Like this:
Like Loading...
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.9.8.1
do_action('woocommerce_order_status_pending_to_on-hold_notification') is found 1 times:
- /src/Internal/Orders/OrderActionsRestController.php line 465
461 462 463 464 465 466 467 468 469 470 471 | do_action( 'woocommerce_order_status_failed_notification' , $order ->get_id(), $order );
break ;
case 'customer_on_hold_order' :
do_action( 'woocommerce_order_status_pending_to_on-hold_notification' , $order ->get_id(), $order );
break ;
case 'customer_processing_order' :
do_action( 'woocommerce_order_status_pending_to_processing_notification' , $order ->get_id(), $order );
break ;
case 'customer_refunded_order' :
|
Like this:
Like Loading...
See this hook used in plugins: