Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/category-template.php: wp_generate_tag_cloud() | Generates a tag cloud (heatmap) from provided data. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/taxonomy.php: get_terms() | Retrieve the terms in a given taxonomy or list of taxonomies. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |