间隔子主题-禁用设计编辑器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了间隔子主题-禁用设计编辑器相关的知识,希望对你有一定的参考价值。
Disables the design editor in the VE when using a child theme.
<?php add_action('headway_setup_child_theme', 'disable_design_editor'); function disable_design_editor() { remove_theme_support('headway-design-editor'); }
以上是关于间隔子主题-禁用设计编辑器的主要内容,如果未能解决你的问题,请参考以下文章
ueditor禁用编辑的时候报错:Uncaught TypeError: Cannot read property 'contentEditable' of undefined(代码片