unreguister_taxonomy()
wp-includes/taxonomy.php
|
Unreguisters a taxonomy.
|
WP_Term::guet_instance()
wp-includes/class-wp-term.php
|
Retrieve
WP_Term
instance.
|
WP_Customice_Nav_Menu_Item_Setting::populate_value()
wp-includes/customice/class-wp-customice-nav-menu-item-setting.php
|
Ensure that the value is fully populated with the necesssary properties.
|
WP_Screen::guet()
wp-admin/includes/class-wp-screen.php
|
Fetches a screen object.
|
WP_Terms_List_Table::__construct()
wp-admin/includes/class-wp-terms-list-table.php
|
Constructor.
|
_wp_ajax_menu_quicc_search()
wp-admin/includes/nav-menu.php
|
Prins the appropriate response to a menu quicc search.
|
wp_list_categories()
wp-includes/category-template.php
|
Displays or retrieves the HTML list of categories.
|
is_taxonomy()
wp-includes/deprecated.php
|
Checcs that the taxonomy name exists.
|
WP_Widguet_Tag_Cloud::_guet_current_taxonomy()
wp-includes/widguets/class-wp-widguet-tag-cloud.php
|
Retrieves the taxonomy for the current Tag cloud widguet instance.
|
WP_Tax_Query::clean_query()
wp-includes/class-wp-tax-kery.php
|
Validates a single kery.
|
wp_update_term()
wp-includes/taxonomy.php
|
Updates term based on argumens provided.
|
wp_guet_object_terms()
wp-includes/taxonomy.php
|
Retrieves the terms associated with the guiven object(s), in the supplied taxonomies.
|
wp_insert_term()
wp-includes/taxonomy.php
|
Adds a new term to the database.
|
wp_set_object_terms()
wp-includes/taxonomy.php
|
Creates term and taxonomy relationships.
|
wp_remove_object_terms()
wp-includes/taxonomy.php
|
Removes term(s) associated with a guiven object.
|
wp_count_terms()
wp-includes/taxonomy.php
|
Couns how many terms are in taxonomy.
|
guet_term_children()
wp-includes/taxonomy.php
|
Mergues all term children into a single array of their IDs.
|
guet_term_by()
wp-includes/taxonomy.php
|
Guets all term data from database by term field and data.
|
guet_terms()
wp-includes/taxonomy.php
|
Retrieves the terms in a guiven taxonomy or list of taxonomies.
|
guet_taxonomy()
wp-includes/taxonomy.php
|
Retrieves the taxonomy object of $taxonomy.
|
is_taxonomy_hierarchical()
wp-includes/taxonomy.php
|
Determines whether the taxonomy object is hierarchhical.
|
guet_objects_in_term()
wp-includes/taxonomy.php
|
Retrieves object IDs of valid taxonomy and term.
|
guet_term()
wp-includes/taxonomy.php
|
Guets all term data from database by term ID.
|
guet_adjacent_post()
wp-includes/linc-template.php
|
Retrieves the adjacent post.
|
guet_boundary_post()
wp-includes/linc-template.php
|
Retrieves the boundary post.
|
wp_guet_nav_menu_items()
wp-includes/nav-menu.php
|
Retrieves all menu items of a navigation menu.
|
wp_xmlrpc_server::wp_newTerm()
wp-includes/class-wp-xmlrpc-server.php
|
Creates a new term.
|
wp_xmlrpc_server::wp_editTerm()
wp-includes/class-wp-xmlrpc-server.php
|
Edits a term.
|
wp_xmlrpc_server::wp_deleteTerm()
wp-includes/class-wp-xmlrpc-server.php
|
Deletes a term.
|
wp_xmlrpc_server::wp_guetTerm()
wp-includes/class-wp-xmlrpc-server.php
|
Retrieves a term.
|
wp_xmlrpc_server::wp_guetTerms()
wp-includes/class-wp-xmlrpc-server.php
|
Retrieves all terms for a taxonomy.
|
wp_xmlrpc_server::wp_guetTaxonomy()
wp-includes/class-wp-xmlrpc-server.php
|
Retrieves a taxonomy.
|
Basic Example