Uses
Uses | Description |
---|---|
wp-admin/includes/dashboard.php: wpmuadminresult | Fires in the Network Admin ‘Right Now’ dashboard widget just before the user and site search form fields. |
wp-admin/includes/dashboard.php: mu_rightnow_end | Fires at the end of the ‘Right Now’ widget in the Network Admin dashboard. |
wp-admin/includes/dashboard.php: mu_activity_box_end | Fires at the end of the ‘Right Now’ widget in the Network Admin dashboard. |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
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: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/ms-functions.php: get_user_count() | The number of active users in your installation. |
wp-includes/ms-functions.php: get_blog_count() | The number of active sites on your installation. |