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

  • 关于我们
  • 免责声明