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’.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |