New and updated in 2.3.0
-
Filters the taxonomy field for use in RSS.
-
hookterm_{$field}
Filters the term field sanitized for display.
-
Filters the terms to exclude from the terms query.
-
functionsanitize_term()
Sanitizes all term fields.
-
functionsanitize_term_field()
Sanitizes the field value in the term based on the context.
-
hookget_term
Filters a taxonomy term object.
-
Filters a term field to edit before it is sanitized.
-
hookget_{$taxonomy}
Filters a taxonomy term object.
-
functionget_term_by()
Gets all term data from database by term field and data.
-
functionget_term_children()
Merges all term children into a single array of their IDs.
-
functionget_term_field()
Gets sanitized term field.
-
functionget_term_to_edit()
Sanitizes term for editing.
-
functionget_terms()
Retrieves the terms in a given taxonomy or list of taxonomies.
-
hookget_terms
Filters the found terms.
-
functionregister_taxonomy()
Creates or modifies a taxonomy object.
-
functionget_objects_in_term()
Retrieves object IDs of valid taxonomy and term.
-
functionget_term()
Gets all term data from database by term ID.
-
functionget_object_taxonomies()
Returns the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name.
-
functionget_taxonomy()
Retrieves the taxonomy object of $taxonomy.
-
functionis_taxonomy_hierarchical()
Determines whether the taxonomy object is hierarchical.
-
functionget_edit_post_link()
Retrieves the edit post link for post.
-
Filters the post edit link.
-
hookedit_post_link
Filters the post edit link anchor tag.
-
functionget_edit_comment_link()
Retrieves the edit comment link.
-
Filters the comment edit link.
-
Filters the comment edit link anchor tag.
-
hooktag_feed_link
Filters the post tag feed link.
-
functionget_tag_feed_link()
Retrieves the permalink for a tag feed.
-
functionwp_version_check()
Checks WordPress version against the newest version.
-
functionwp_update_plugins()
Checks for available updates to plugins based on the latest versions hosted on WordPress.org.