On this page
apply_filters( 'update_right_now_text', string $content )
Filters the text displayed in the ‘At a Glance’ dashboard widget.
Description
Prior to 3.8.0, the widget was named ‘Right Now’.
Parameters
$contentstring-
Default text.
Source
File: wp-admin/includes/update.php. View all references
$content = apply_filters( 'update_right_now_text', $content );
Related
Used By
| Used By | Description |
|---|---|
| update_right_now_message() wp-admin/includes/update.php | Displays WordPress version and active theme in the ‘At a Glance’ dashboard widget. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_right_now_text