admin管理员组文章数量:1426620
Super strange thing happening on post pages, the Categories dropdown and checkboxes when clicked show no change, however after clicking save, or waiting for autosave the checkbox changes it's appearance to reflect.
Wnaything I've done here to make this happen or maybe a bug?
wordpress v5.2 – I renamed the post pages to News in functions.php as follows:
function change_post_menu_label() {
global $menu;
global $submenu;
$menu[5][0] = 'News';
$submenu['edit.php'][5][0] = 'News Items';
$submenu['edit.php'][10][0] = 'Add News Item';
}
add_action( 'admin_menu', 'change_post_menu_label' );
本文标签: postsTaxonomy checkboxes not showing current status on edit page
版权声明:本文标题:posts - Taxonomy checkboxes not showing current status on edit page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745480612a2660155.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论