PHP Wordpress - 将CSS文件添加到样式Visual Editor中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress - 将CSS文件添加到样式Visual Editor中相关的知识,希望对你有一定的参考价值。

function projectname_setup() {
  add_editor_style( array( 'css/editor-style.css', projectname_font_url() ) );
}

add_action( 'after_setup_theme', 'projectname_setup' );

以上是关于PHP Wordpress - 将CSS文件添加到样式Visual Editor中的主要内容,如果未能解决你的问题,请参考以下文章

将js文件和css文件添加到wordpress

如何在 Wordpress 中的 php 文件上调用 css? [复制]

php 将CSS添加到Wordpress

php 将css / js添加到wordpress

将 CSS 添加到 PHP Wordpress 插件

php 将fontawesome 5 CSS添加到WordPress的头部区域