flx_admin_print_extra_service_value_filter

Summary

change extra service values filter

Description

with this filter we change the output of the values in the extra services sections inside the modal

Since

3.9.0

Parameters

$values(Array)the raw content
$id(String)the id
$product (Array)the data for the parent product
$extra_service(Null)null

Example

$terms = get_terms( array(
    'taxonomy'   => 'post_tag',
    'hide_empty' => false,
) );