Insert a user into the database.
wp_dropdown_users
Create dropdown HTML content of users.
get_blogs_of_user
Get the sites a user belongs to.
get_single_template
Retrieve path of single template in current or parent template. Applies to single Posts, single Attachments, and single custom post types.
Advertisement
get_page_template
Retrieve path of page template in current or parent template.
get_tag_template
Retrieve path of tag template in current or parent template.
get_taxonomy_template
Retrieve path of custom taxonomy term template in current or parent template.
get_category_template
Retrieve path of category template in current or parent template.
Advertisement
{$type}_template_hierarchy
Filters the list of template filenames that are searched for when retrieving a template to use.
get_object_term_cache
Retrieves the cached term objects for the given object ID.
wp_update_term_data
Filters term data before it is updated in the database.
deleted_term_relationships
Fires immediately after an object-term relationship is deleted.
Advertisement
delete_term_relationships
Fires immediately before an object-term relationship is deleted.
added_term_relationship
Fires immediately after an object-term relationship is added.
add_term_relationship
Fires immediately before an object-term relationship is added.