Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/class-wp-user-query.php: WP_User_Query::__construct() | PHP5 constructor. |