woocommerce_order_item_get_formatted_meta_data, $formatted_meta, $this

woocommerce_order_item_get_formatted_meta_data, $formatted_meta, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_order_item_get_formatted_meta_data, $formatted_meta, $this') is found 1 times:

  • /includes/class-wc-order-item.php line 373
    				'display_value' => wpautop( make_clickable( apply_filters( 'woocommerce_order_item_display_meta_value', $display_value, $meta, $this ) ) ),
    			);
    		}
    
    		return apply_filters( 'woocommerce_order_item_get_formatted_meta_data', $formatted_meta, $this );
    	}
    
    	/*
    	|--------------------------------------------------------------------------
    	| Array Access Methods
    	|--------------------------------------------------------------------------