markdown 重置Metabox布局

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 重置Metabox布局相关的知识,希望对你有一定的参考价值。

<?php

function ccd_reset_metabox_layout(){
	delete_user_meta( wp_get_current_user()->ID, 'meta-box-order_post' );
	delete_user_meta( wp_get_current_user()->ID, 'meta-box-order_page' );
	delete_user_meta( wp_get_current_user()->ID, 'meta-box-order_custom_post_type' );
}
add_action( 'admin_init', 'ccd_reset_metabox_layout' );

?>
Reset Metabox Layout
--------------------
WordPress Snippet

以上是关于markdown 重置Metabox布局的主要内容,如果未能解决你的问题,请参考以下文章

php 默认隐藏wordpress中的MetaBox

php 创建Metabox

php 使用Metabox设置类

WooCommerce:将自定义 Metabox 添加到管理订单页面

Wordpress 自定义 Metabox 复选框保存问题

markdown 重置ListBox