logo
  • 教程列表
  • SO官方文檔
  • 新增編輯器樣式()
    • 載入單個 css 檔案
  1. StackOverflow 文件
  2. WordPress 教程
  3. 新增編輯器樣式()
  4. 載入單個 css 檔案

載入單個 css 檔案

Created: November-22, 2018

碼

function add_new_style() {
    add_editor_style( 'file-name-here.css' );
}
add_action( 'admin_init', 'add_new_style' );

說明

在上面的程式碼中,我們使用 add_editor_style 來載入 css 檔案。我們還使用 add_action 來確保 WordPress 執行我們的功能。

  • 新增編輯器樣式()

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明