wpseek.com
A WordPress-centric search engine for devs and theme authors



update_right_now_text › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'update_right_now_text', $content )
Parameters:
  • (string) $content Default text.
    Required: Yes
Defined at:
Codex:

Filters the text displayed in the 'At a Glance' dashboard widget.

Prior to 3.8.0, the widget was named 'Right Now'.





Source

$content = apply_filters( 'update_right_now_text', $content );