Filters the text displayed in the 'At a Glance' dashboard widget.
$contentstringwp-admin/includes/update.php:377update_right_now_message() * Prior to 3.8.0, the widget was named 'Right Now'. * * @since 4.4.0 * * @param string $content Default text. */ $content = apply_filters( 'update_right_now_text', $content ); $msg = sprintf( '<span id="wp-version">' . $content . '</span>', get_bloginfo( 'version', 'display' ), $theme_name ); if ( current_user_can( 'update_core' ) ) { $cur = get_preferred_from_update_core();Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.