acf_get_pretty_taxonomies()ACF 5.0.0

Deprecated since 5.7.2. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

acf_get_pretty_taxonomies

Deprecated in favor of acf_get_taxonomy_labels() function.

No Hooks.

Returns

null. Nothing (null).

Usage

acf_get_pretty_taxonomies( $taxonomies );
$taxonomies
.
Default: array()

Changelog

Since 5.0.0 Introduced.
Deprecated since 5.7.2

acf_get_pretty_taxonomies() code ACF 6.8.8

function acf_get_pretty_taxonomies( $taxonomies = array() ) {
	return acf_get_taxonomy_labels( $taxonomies );
}