acf/get_field_label
acf/get_field_label
Appears in: advanced-custom-fields.6.3.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.6apply_filters('acf/get_field_label') is found 1 times:
- /includes/acf-field-functions.php line 872
* @param string The label HTML. * @param array $field The field array. * @param string $context The output context (admin). */ $label = apply_filters( 'acf/get_field_label', $label, $field, $context ); // Return label. return $label; } /**