Uses
Uses | Description |
---|---|
wp-admin/includes/update.php: update_right_now_message() | Displays WordPress version and active theme in the ‘At a Glance’ dashboard widget. |
wp-admin/includes/dashboard.php: dashboard_glance_items | Filters the array of extra elements to list in the ‘At a Glance’ dashboard widget. |
wp-admin/includes/dashboard.php: privacy_on_link_title | Filters the link title attribute for the ‘Search engines discouraged’ message displayed in the ‘At a Glance’ dashboard widget. |
wp-admin/includes/dashboard.php: privacy_on_link_text | Filters the link label for the ‘Search engines discouraged’ message displayed in the ‘At a Glance’ dashboard widget. |
wp-admin/includes/dashboard.php: rightnow_end | Fires at the end of the ‘At a Glance’ dashboard widget. |
wp-admin/includes/dashboard.php: activity_box_end | Fires at the end of the ‘At a Glance’ dashboard widget. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/load.php: is_network_admin() | Whether the current request is for the network administrative interface. |
wp-includes/load.php: is_user_admin() | Whether the current request is for a user admin screen. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: wp_count_posts() | Count number of posts of a post type and if user has permissions to view. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/comment.php: wp_count_comments() | Retrieves the total comment counts for the whole site or a single post. |