打印.css自定义参考_函数.php论文
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了打印.css自定义参考_函数.php论文相关的知识,希望对你有一定的参考价值。
This function assumes a custom print.css located in the custom folder.
function my_print_sheet() { echo '<link type="text/css" media="print" href="' . THESIS_CUSTOM_FOLDER . '/print.css" rel="stylesheet" />'; } add_action('wp_head', 'my_print_sheet');
以上是关于打印.css自定义参考_函数.php论文的主要内容,如果未能解决你的问题,请参考以下文章