woocommerce_order_number

woocommerce_order_number

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_number') is found 1 times:

  • /includes/class-wc-order.php line 528
    	 *
    	 * @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