Uses
Uses | Description |
---|---|
wp-includes/functions.php: is_php_version_compatible() | Checks compatibility with the current PHP version. |
wp-includes/functions.php: wp_get_update_php_url() | Gets the URL to learn more about updating the PHP version the site is running on. |
wp-includes/functions.php: wp_update_php_annotation() | Prints the default annotation for the web host altering the “Update PHP” page URL. |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::get_column_count() | Returns the number of visible columns. |
wp-admin/includes/update.php: in_plugin_update_message-{$file} | Fires at the end of the update message container in each row of the plugins list table. |
wp-admin/includes/plugin.php: is_plugin_active_for_network() | Determines whether the plugin is active for the entire network. |
wp-admin/includes/plugin.php: is_plugin_active() | Determines whether a plugin is active. |
wp-admin/includes/list-table.php: _get_list_table() | Fetches an instance of a WP_List_Table class. |
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: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/kses.php: wp_kses() | Filters text content and strips out disallowed HTML. |
wp-includes/load.php: is_network_admin() | Whether the current request is for the network administrative interface. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/link-template.php: self_admin_url() | Retrieves the URL to the admin area for either the current site or the network depending on context. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |