New and updated in 3.1.0
-
hookget_ancestors
Filters a given object’s ancestors.
-
functionwp_get_term_taxonomy_parent_id()
Returns the term’s parent’s term ID.
-
Checks the given subset of the term hierarchy for hierarchy loops.
-
classWP_Tax_Query
Core class used to implement taxonomy queries for the Taxonomy API.
-
Constructor.
-
methodWP_Tax_Query::get_sql()
Generates SQL clauses to be appended to a main query.
-
functionget_ancestors()
Gets an array of ancestor IDs for a given object.
-
Filters the term parent.
-
hookget_terms_args
Filters the terms query arguments.
-
hookterms_clauses
Filters the terms query SQL clauses.
-
Filters the post formats rewrite base.
-
functionget_tax_sql()
Given a taxonomy query, generates SQL to be appended to a main query.
-
functionself_admin_url()
Retrieves the URL to the admin area for either the current site or the network depending on context.
-
functionget_dashboard_url()
Retrieves the URL to the user’s dashboard.
-
Filters the dashboard URL for a user.
-
functionget_edit_profile_url()
Retrieves the URL to the user’s profile editor.
-
hookedit_profile_url
Filters the URL for a user’s profile editor.
-
hookuser_admin_url
Filters the user admin URL for the current user.
-
functionget_post_type_archive_link()
Retrieves the permalink for a post type archive.
-
Filters the post type archive permalink.
-
Retrieves the permalink for a post type archive feed.
-
Filters the post type archive feed link.
-
functionget_edit_term_link()
Retrieves the URL for editing a given term.
-
Filters the edit link for a term.
-
functionedit_term_link()
Displays or retrieves the edit term link with formatting.
-
hookedit_term_link
Filters the anchor tag for the edit link of a term.