Filter hook 'update_right_now_text'

in WP Core File wp-admin/includes/update.php at line 395

Description

Filters the text displayed in the 'At a Glance' dashboard widget. Prior to 3.8.0, the widget was named 'Right Now'.

Occurrences

Filename Line Number
wp-admin/includes/update.php 395

Parameters

Type Name Description
string $content Default text.

PHP Doc

/**
	 * Filters the text displayed in the 'At a Glance' dashboard widget.
	 *
	 * Prior to 3.8.0, the widget was named 'Right Now'.
	 *
	 * @since 4.4.0
	 *
	 * @param string $content Default text.
	 */