我正在使用此代碼,但沒有得到結果,nofollow 仍然存在。
function remove_nofollowcancel($formatted_link, $link, $text){
return str_replace("rel='nofollow'", "", $formatted_link );
}
add_filter('cancel_comment_reply_link', 'remove_nofollowcancel', 10, 3);
uj5u.com熱心網友回復:
你試過顛倒引號嗎?
return str_replace('rel="nofollow"', "", $formatted_link );
查看屬性的內部時使用雙引號get_cancel_comment_reply_link。rel
檔案:https ://developer.wordpress.org/reference/functions/get_cancel_comment_reply_link/
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/466195.html
標籤:WordPress
