woocommerce_order_status_pending_to_processing_notification

woocommerce_order_status_pending_to_processing_notification

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_order_status_pending_to_processing_notification') is found 1 times:

  • /src/Internal/Orders/OrderActionsRestController.php line 469
    				do_action( 'woocommerce_order_status_pending_to_on-hold_notification', $order->get_id(), $order ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    				break;
    			case 'customer_processing_order':
    				/** This action is documented in includes/class-wc-emails.php */
    				do_action( 'woocommerce_order_status_pending_to_processing_notification', $order->get_id(), $order );
    				break;
    			case 'customer_refunded_order':
    				if ( $this->order_is_partially_refunded( $order ) ) {
    					/** This action is documented in includes/class-wc-emails.php */
    					do_action( 'woocommerce_order_partially_refunded_notification', $order->get_id() );
    				} else {
    

See this hook used in plugins: