functions.php called before ACF Extended Taxonomy?
-
Hi,
i created a taxonomy with ACF Extended and tried to use functions like
get_term_by()etc. to get values from that taxonomy. But the output told me, that my custom taxonomy is unknown or does not exist.When I export and paste the same taxonomy function code into my functions.php, the taxonomy gets recognized by my
get_term_by()etc.So in my understanding this shows me, that the taxonomy creation of ACF Extended comes AFTER(!) the functions in my functions.php.
Is there any way to change that?
Thanks!
Tobias
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘functions.php called before ACF Extended Taxonomy?’ is closed to new replies.