woocommerce_order_edit_status, $this->get_id(

woocommerce_order_edit_status, $this->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_order_edit_status, $this->get_id(') is found 1 times:

  • /includes/class-wc-order.php line 331
    				'manual' => (bool) $manual_update,
    			);
    
    			if ( $manual_update ) {
    				do_action( 'woocommerce_order_edit_status', $this->get_id(), $result['to'] );
    			}
    
    			$this->maybe_set_date_paid();
    			$this->maybe_set_date_completed();
    		}