sidebar_admin_page action-hook . WP 2.2.0
Fires after the available widgets and sidebars have loaded, before the admin footer.
Usage
add_action( 'sidebar_admin_page', 'action_function_name_2048' ); function action_function_name_2048(){ // action... }
Changelog
Since 2.2.0 | Introduced. |
Where the hook is called
In file: /wp-admin/widgets.php
wp-admin/widgets.php 581
do_action( 'sidebar_admin_page' );