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’.


Top ↑

Parameters

$content

(string)Default text.


Top ↑

Source

File: wp-admin/includes/update.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.