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.


Source

File: wp-admin/nav-menus.php

View on Trac


Top ↑

Changelog

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