Archive | /wp-includes/taxonomy.php RSS feed for this section

term_exists

Check if Term exists.Returns the index of a defined term, or 0 (false) if the term doesn’t exist.

2941

Continue reading

taxonomy_exists

Checks that the taxonomy name exists.Formerly is_taxonomy(), introduced in 2.3.0.

2937

Continue reading

sanitize_term_field

Cleanse the field value in the term based on the context.Passing a term field value through the function should be assumed to have cleansed the value for whatever context the term field is going to be used.

2787

Continue reading

sanitize_term

Sanitize Term all fields.Relies on sanitize_term_field() to sanitize the term. The difference is that this function will sanitize all fields. The context is based on sanitize_term_field().

2785

Continue reading