acf_translate_taxonomy()
Translates the settings for an ACF taxonomy.
No Hooks.
Returns
Array.
Usage
acf_translate_taxonomy( $taxonomy );
- $taxonomy(array) (required)
- The ACF taxonomy array.
Changelog
| Since 6.1 | Introduced. |
acf_translate_taxonomy() acf translate taxonomy code ACF 6.8.8
function acf_translate_taxonomy( array $taxonomy ) {
return acf_translate_internal_post_type( $taxonomy, 'acf-taxonomy' );
}