woocommerce_order_status_completed_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_completed_notification') is found 1 times:
- /src/Internal/Orders/OrderActionsRestController.php line 457
453 454 455 456 457 458 459 460 461 462 463 | switch ( $template_id ) {
case 'customer_completed_order' :
do_action( 'woocommerce_order_status_completed_notification' , $order ->get_id(), $order );
break ;
case 'customer_failed_order' :
do_action( 'woocommerce_order_status_failed_notification' , $order ->get_id(), $order );
break ;
case 'customer_on_hold_order' :
|
Like this:
Like Loading...
See this hook used in plugins: