Support

Account

Home › Forums › General Issues › Can't override template in my child theme › Reply To: Can't override template in my child theme

  • You cannot override ACF functions.

    ACF provides a filter for altering the results of this function, you can see it in that function.

    
    $label = apply_filters( 'acf/get_field_label', $label, $field, $context );