Undefined property: WP_Error::$term_id FIX until next version
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Undefined property: WP_Error::$term_id FIX until next version’ is closed to new replies.