markdown 在帖子编辑屏幕上重置元数据布局。当高级自定义字段位置,例如“高,标题之后”,正好是我的时候派上用场
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在帖子编辑屏幕上重置元数据布局。当高级自定义字段位置,例如“高,标题之后”,正好是我的时候派上用场相关的知识,希望对你有一定的参考价值。
<?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 在帖子编辑屏幕上重置元数据布局。当高级自定义字段位置,例如“高,标题之后”,正好是我的时候派上用场的主要内容,如果未能解决你的问题,请参考以下文章
Markdown 元数据格式
markdown 重置Metabox布局
php 删除帖子/页面编辑屏幕上的添加图库按钮。
输入文本时 UITextField 位置重置
WordPress 编辑屏幕上的 Cloudflare 521 错误
在标题后立即添加按钮/链接到自定义帖子类型编辑屏幕