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


Top ↑

More Information

This action adds content to the end of At a Glance widget on the Dashboard. Useful for adding your own notices / information.


Top ↑

Source

File: wp-admin/includes/dashboard.php

View on Trac



Top ↑

Changelog

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