Uses
Uses | Description |
---|---|
wp-admin/includes/theme.php: themes_api() | Retrieves theme installer pages from the WordPress.org Themes API. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/option.php: get_transient() | Retrieves the value of a transient. |
wp-includes/option.php: set_transient() | Sets/updates the value of a transient. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |