activity_box_end WordPress Action Hook
The activity_box_end hook is used to end the activity box on the activity page. This hook is used to close the div that contains the activity box.
do_action( 'activity_box_end' ) #
Fires at the end of the ‘At a Glance’ dashboard widget.
Description
Prior to 3.8.0, the widget was named ‘Right Now’.
More Information
This action adds content to the end of At a Glance widget on the Dashboard. Useful for adding your own notices / information.
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |