woocommerce_order_item_get_formatted_meta_data

woocommerce_order_item_get_formatted_meta_data

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_item_get_formatted_meta_data') is found 1 times:

  • /includes/class-wc-order-item.php line 314
    				'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
    	|--------------------------------------------------------------------------