restrict_manage_sites

动作钩子
do_action( 'restrict_manage_sites', $which )
参数
  • (string) $which The location of the extra table nav markup: 'top' or 'bottom'.
    Required:
定义位置
相关勾子
restrict_manage_usersrestrict_manage_postsrestrict_manage_commentspre_get_sitesrest_avatar_sizes
相关方法
is_main_siteget_admin_page_titleget_language_attributesget_main_site_idget_page_statusesprint_late_styles
引入
5.3.0
弃用
-

restrict_manage_sites: 这是一个动作钩子,当管理站点屏幕显示在WordPress仪表盘上时被触发。它可以用来为管理网站的屏幕添加额外的控制或定制功能。

在MS站点列表表的”过滤器”按钮之前触发。

do_action( 'restrict_manage_sites', $which );

常见问题

FAQs
查看更多 >