钩子文档

after_menu_locations_table

💡 云策文档标注

概述

after_menu_locations_table 是一个 WordPress 动作钩子,在菜单位置表格显示后触发,允许开发者在此时执行自定义代码。

关键要点

  • 这是一个动作钩子,用于在菜单位置表格显示后添加自定义功能。
  • 钩子名称:after_menu_locations_table。
  • 从 WordPress 3.6.0 版本开始引入。

代码示例

do_action( 'after_menu_locations_table' );

📄 原文内容

Fires after the menu locations table is displayed.

Source

do_action( 'after_menu_locations_table' );

Changelog

Version Description
3.6.0 Introduced.