rightnow_end WordPress Action Hook

The rightnow_end hook is one of the most important hooks in WordPress. It is used to indicate the end of the rightnow() function. This function is responsible for displaying the "Right Now" dashboard widget on the WordPress admin dashboard. without this hook, the widget would not be displayed.

do_action( 'rightnow_end' ) #

Fires at the end of the ‘At a Glance’ dashboard widget.


Description

Prior to 3.8.0, the widget was named ‘Right Now’.


Top ↑

Source

File: wp-admin/includes/dashboard.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.5.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.