php 删除自定义帖子类型子菜单页面。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 删除自定义帖子类型子菜单页面。相关的知识,希望对你有一定的参考价值。

<?php

function tw_remove_menu_pages() {
	// remove testimonials menu section
	// remove_menu_page( 'edit.php?post_type=testimonials-widget' );

	// remove categories
	remove_submenu_page( 'edit.php?post_type=testimonials-widget', 'edit-tags.php?taxonomy=category&amp;post_type=testimonials-widget' );

	// remove tags
	remove_submenu_page( 'edit.php?post_type=testimonials-widget', 'edit-tags.php?taxonomy=post_tag&amp;post_type=testimonials-widget' );

	// remove settings
	remove_submenu_page( 'edit.php?post_type=testimonials-widget', 'testimonialswidget_settings' );
}

add_action( 'admin_menu', 'tw_remove_menu_pages', 999 );

?>

以上是关于php 删除自定义帖子类型子菜单页面。的主要内容,如果未能解决你的问题,请参考以下文章

通过子主题完全改变自定义帖子类型

php 使用自定义帖子类型获取自定义WordPress菜单

php 使用自定义帖子类型获取自定义WordPress菜单

自定义帖子类型活动菜单项

PHP 仅显示父自定义帖子类型的子帖子,而不是所有子帖子

WP 冲突自定义帖子类型链接到相同的页面名称