php my_comment_form_after()
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php my_comment_form_after()相关的知识,希望对你有一定的参考价值。
function my_comment_form_after() {
$html = ob_get_clean();
$html = preg_replace(
'/<h3 id="reply-title"(.*)>(.*)<\/h3>/',
'<div class="h3" id="reply-title"\1>\2</div>',
$html
);
echo $html;
}
add_action( 'comment_form_after', 'my_comment_form_after' );
以上是关于php my_comment_form_after()的主要内容,如果未能解决你的问题,请参考以下文章
php [guzzle php] guzzle php #php
php send.php php邮件模板#php
IntelliJ IDEA 11编辑php是,支持php文件名为.php5和.php4,如何设置能让其也支持.php呢?
如何从php5升级到php7
请问php中如何调用php文件中的内容?
php [php:PHPMailer示例] php库“PHPMailer”示例。 #PHP