acf/fields/taxonomy/result

acf/fields/taxonomy/result

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.11

apply_filters('acf/fields/taxonomy/result') is found 1 times:

  • /includes/fields/class-acf-field-taxonomy.php line 231
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
         * @param   WP_Term $term The term object.
         * @param   array $field The field settings.
         * @param   (int|string) $post_id The post_id being edited.
         */
        return apply_filters( 'acf/fields/taxonomy/result', $title, $term, $field, $post_id );
    }
     
     
    /**
     * This function will return an array of terms for a given field value
     *