logo
  • 教程列表
  • SO官方文檔
  • 排隊樣式
    • 包括內部 css 檔案與另一個 css 檔案作為依賴項
    • 包括內部 css 檔案
    • 包括外部 css 檔案
    • 僅為 IE 新增樣式表
    • 包括 Plugin 類的內部 css 檔案
    • 新增替代樣式表
  1. StackOverflow 文件
  2. WordPress 教程
  3. 排隊樣式
  4. 新增替代樣式表

新增替代樣式表

Created: November-22, 2018

    <?php wp_enqueue_style('theme-five', get_template_directory_uri() . '/path/to/additional/css'); 
wp_style_add_data('theme-five', 'alt', true); 
wp_style_add_data('theme-five', 'title', __('theme-five.css', 'your-theme-name')); ?>

wp_style_add_data

  • 包括 Plugin 類的內部 css 檔案

Copyright © 2018. All right reserved

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

  • 關於本站
  • 免責聲明