update_right_now_text WordPress Filter Hook
This hook is triggered when the "right now" text on the WordPress Dashboard is updated. The new text is passed as an argument to the hooked function.
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
- $content
(string)Default text.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |