woocommerce_order_number, $this->get_id(

woocommerce_order_number, $this->get_id(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_order_number, $this->get_id(') is found 1 times:

  • /includes/class-wc-order.php line 587
    	 *
    	 * @return string
    	 */
    	public function get_order_number() {
    		return (string) apply_filters( 'woocommerce_order_number', $this->get_id(), $this );
    	}
    
    	/**
    	 * Get order key.
    	 *
    	 * @since  3.0.0