after_menu_locations_table WordPress Action Hook
The after_menu_locations_table hook is called after the menu locations table is displayed. This hook is useful for customizing the menu locations table. For example, you could add a new column to the table with custom data.
do_action( 'after_menu_locations_table' ) #
Fires after the menu locations table is displayed.