Getting Taxonomie with field bug since last update
-
Since the last update it seems that getting Taxonomy with
->field()
in this for instance.$param = array( 'orderby' => 'company_category.name ASC' ); $company_profile = pods('company_profile',$param); while ( $company_profile->fetch() ) : $some_tax = $company_profile->field('company_category.name'); endwhile;
Exact same code works of the previous version, but since the last update will always return an empty array.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Getting Taxonomie with field bug since last update’ is closed to new replies.