php 注册主题的编辑器样式表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 注册主题的编辑器样式表相关的知识,希望对你有一定的参考价值。

/**
 * Registers an editor stylesheet for the theme.
 */
function theme_add_editor_styles() {
	add_editor_style( 'admin-styles/theme-editor-styles.css' );
	wp_enqueue_style('admin-styles', get_template_directory_uri().'/admin-styles/theme-admin-styles.css');
}
add_action( 'admin_enqueue_scripts', 'theme_add_editor_styles' );

以上是关于php 注册主题的编辑器样式表的主要内容,如果未能解决你的问题,请参考以下文章

WordPress中的主题编辑器样式表文件编辑器错误

样式表将自动删除/取消注册 - WordPress

没有样式表在wordpress中正在工作

wordpress主题制作:引入外部CSS样式文件和JS脚本文件-要不要注册样式表(未完待续)

php 父/子主题的Wordpess模板/样式表URL

PHP Drupal - 取消设置(不包括)所有核心样式表 - 主题变量覆盖。