//WordPress 文章版权申明
add_filter ('the_content', 'fanly_copyright');
function fanly_copyright($content) {
if(is_single() or is_feed()) {
$content.= '<p>温馨提示:<a href="https://www.xinlixue.cn/ask/" target="_blank">有困惑,问心网</a>——免费在线心理咨询|心理问答</p>';
return $content;
}
}
add_filter ('the_content', 'fanly_copyright');
function fanly_copyright($content) {
if(is_single() or is_feed()) {
$content.= '<p>温馨提示:<a href="https://www.xinlixue.cn/ask/" target="_blank">有困惑,问心网</a>——免费在线心理咨询|心理问答</p>';
return $content;
}
}