Uses
Uses | Description |
---|---|
wp-admin/includes/update.php: update_right_now_text | Filters the text displayed in the ‘At a Glance’ dashboard widget. |
wp-admin/includes/update.php: get_preferred_from_update_core() | Selects the first update version from the update_core option. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |