acf/fields/taxonomy/result

acf/fields/taxonomy/result

Hook Type: filter

See hook in core

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

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

  • /includes/fields/class-acf-field-taxonomy.php line 249
    			 * @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 );
    		}
    
    
    		/*
    		*  get_terms
    		*