woocommerce_order_items_meta_get_formatted

woocommerce_order_items_meta_get_formatted

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_items_meta_get_formatted') is found 1 times:

  • /includes/class-wc-order-item-meta.php line 159
    				);
    			}
    		}
    
    		return apply_filters( 'woocommerce_order_items_meta_get_formatted', $formatted_meta, $this );
    	}
    
    	/**
    	 * Return an array of formatted item meta in format e.g.
    	 * Handles @deprecated args.
    	 *