打印.css自定义参考_函数.php论文

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了打印.css自定义参考_函数.php论文相关的知识,希望对你有一定的参考价值。

This function assumes a custom print.css located in the custom folder.
  1. function my_print_sheet() {
  2. echo '<link type="text/css" media="print" href="' . THESIS_CUSTOM_FOLDER . '/print.css" rel="stylesheet" />';
  3. }
  4. add_action('wp_head', 'my_print_sheet');

以上是关于打印.css自定义参考_函数.php论文的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段——CSS选择器

VSCode自定义代码片段6——CSS选择器

VSCode自定义代码片段——CSS动画

VSCode自定义代码片段7——CSS动画

VSCode自定义代码片段7——CSS动画

VSCode 配置 用户自定义代码片段 自定义自动代码补充