Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-plugin-install-list-table.php: WP_Plugin_Install_List_Table::get_installed_plugins() | Return the list of known plugins. |
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-admin/includes/misc.php: wp_reset_vars() | Resets global variables based on $_GET and $_POST |
wp-admin/includes/plugin-install.php: plugins_api() | Retrieves plugin installer pages from the WordPress.org Plugins API. |
wp-admin/includes/class-wp-plugin-install-list-table.php: install_plugins_tabs | Filters the tabs shown on the Add Plugins screen. |
wp-admin/includes/class-wp-plugin-install-list-table.php: install_plugins_nonmenu_tabs | Filters tabs not associated with a menu item on the Add Plugins screen. |
wp-admin/includes/class-wp-plugin-install-list-table.php: install_plugins_table_api_args_{$tab} | Filters API request arguments for each Add Plugins screen tab. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_title_with_dashes() | Sanitizes a title, replacing whitespace and a few other characters with dashes. |
wp-includes/pluggable.php: wp_verify_nonce() | Verifies that a correct security nonce was used with time limit. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/functions.wp-scripts.php: wp_localize_script() | Localize a script. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/functions.php: wp_filter_object_list() | Filters a list of objects, based on a set of key => value arguments. |
wp-includes/update.php: wp_get_update_data() | Collect counts and UI strings for available updates |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/user.php: update_user_meta() | Update user meta field based on user ID. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |