php facetwp将rel nofollow添加到寻呼机
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp将rel nofollow添加到寻呼机相关的知识,希望对你有一定的参考价值。
<?php
/** basic string replace to add nofollow to pager html **/
add_filter( 'facetwp_pager_html', function( $output, $params ) {
$output = str_replace( 'a class="facetwp-page', 'a rel="nofollow" class="facetwp-page', $output );
return $output;
}, 10, 2 );
以上是关于php facetwp将rel nofollow添加到寻呼机的主要内容,如果未能解决你的问题,请参考以下文章
为 WordPress 标签添加 rel="nofollow" 属性
外部链接:当使用rel =“external”或rel =“nofollow”时?
rel=nofollow
rel=nofollow 是什么意思
a标签一个有用却很多人不知道的属性——rel="nofollow"
HTML 在微格式中使用Rel属性(许可证,标签,nofollow)