deleted

deleted

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.3.4

do_action('deleted') is found 2 times:

  • /src/RestApi/Routes/V4/OrderNotes/Controller.php line 346
    		 * @param WP_REST_Response $response The response data.
    		 * @param WP_REST_Request  $request  The request sent to the API.
    		 * @since 10.2.0
    		 */
    		do_action( $this->get_hook_prefix() . 'deleted', $note, $response, $request );
    
    		return $response;
    	}
    
    	/**
    	 * Check if an order is valid.
    
  • /src/RestApi/Routes/V4/Orders/Controller.php line 418
    		 * @param WP_REST_Response $response The response data.
    		 * @param WP_REST_Request  $request  The request sent to the API.
    		 * @since 10.2.0
    		 */
    		do_action( $this->get_hook_prefix() . 'deleted', $order, $response, $request );
    
    		return $response;
    	}
    
    	/**
    	 * Check if an order is valid.