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.9.8.1

apply_filters('woocommerce_order_item_get_formatted_meta_data') is found 1 times:

  • /includes/class-wc-order-item.php line 333
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
                '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
    |--------------------------------------------------------------------------