• In cpt-onomy.php search for: $terms[] = $term; ( 2 occurences )and prepend with: wp_cache_add( $term->term_id, $term, ‘terms’ );

Viewing 1 replies (of 1 total)
  • Thank you! We were having issues with get_the_term_list() returning a WP_Error object; this has resolved this issue as well!

    I hope the plugin dev fixes this issue soon.

Viewing 1 replies (of 1 total)

The topic ‘Undefined property: WP_Error::$term_id FIX until next version’ is closed to new replies.