Uses
Uses | Description |
---|---|
wp-admin/includes/theme.php: themes_api() | Retrieves theme installer pages from the WordPress.org Themes API. |
wp-admin/includes/list-table.php: _get_list_table() | Fetches an instance of a WP_List_Table class. |
wp-admin/includes/template.php: iframe_header() | Generic Iframe header for use with Thickbox |
wp-admin/includes/template.php: iframe_footer() | Generic Iframe footer for use with Thickbox |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |