php pdf报价中的大页脚

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php pdf报价中的大页脚相关的知识,希望对你有一定的参考价值。

<?php

if( defined('YITH_YWRAQ_PREMIUM') ){

	add_action('yith_ywraq_quote_template_after_content', 'ywraq_bigfooter');
	function ywraq_bigfooter(){
		if( get_option('ywraq_pdf_footer_content') != '' ){
			echo '<div class="footer" style="position:absolute;bottom:0px">';
			echo get_option('ywraq_pdf_footer_content');
			echo '<div>';
		}
	}
}

以上是关于php pdf报价中的大页脚的主要内容,如果未能解决你的问题,请参考以下文章

php 在pdf报价中添加其他电子邮件内容

linux的大页内存技术开启后有啥负面影响

在 PHP 中使用 DOMPDF 在 PDF 页面中的标题

Linux下大页HugePages与透明大页Transparent HugePages

Linux下大页HugePages与透明大页Transparent HugePages

Linux下大页HugePages与透明大页Transparent HugePages