Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: wp_popular_terms_checklist() | Retrieve a list of the most popular terms from the specified taxonomy. |
wp-admin/includes/template.php: wp_terms_checklist() | Output an unordered list of checkbox input elements labelled with term names. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/category-template.php: wp_dropdown_categories() | Displays or retrieves the HTML dropdown list of categories. |
wp-includes/formatting.php: sanitize_title() | Sanitizes a string into a slug, which can be used in URLs or HTML attributes. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/taxonomy.php: wp_insert_term() | Add a new term to the database. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/class-wp-ajax-response.php: WP_Ajax_Response::__construct() | Constructor – Passes args to WP_Ajax_Response::add(). |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |