after_menu_locations_table action-hook . WP 3.6.0
Fires after the menu locations table is displayed.
Usage
add_action( 'after_menu_locations_table', 'action_function_name_2702' ); function action_function_name_2702(){ // action... }
Changelog
Since 3.6.0 | Introduced. |
Where the hook is called
In file: /wp-admin/nav-menus.php
after_menu_locations_table
wp-admin/nav-menus.php 819
do_action( 'after_menu_locations_table' );