Wordpress - Custom Post Types and Taxonomies
You want to add a new term 'Adventure' to the custom taxonomy 'book_genre' only if it does not already exist. Which code snippet correctly achieves this?
term_exists('Adventure', 'book_genre') to verify if the term is already present.wp_insert_term('Adventure', 'book_genre') to add it.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions