load-widgets.php WordPress Action Hook

The load-widgets.php hook is one of the most important hooks in WordPress. It is called when the widgets are being loaded. This hook allows you to add your own custom widgets to the WordPress dashboard. You can also use this hook to modify the existing widgets.

do_action( 'load-widgets.php' ) #

Fires early when editing the widgets displayed in sidebars.


Source

File: wp-admin/includes/ajax-actions.php

View on Trac



Top ↑

Changelog

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

Show More