Sep 27, 2020 7:51 am
Hi, i need follow links for my users. but the code doesn´t work, can you help me:
function remove_nofollow_rel_from_external_links( $do ){
return false;
}
add_filter( 'wpforo_external_link_nofollow', 'remove_nofollow_rel_from_external_links');
3 Replies
Sep 28, 2020 11:17 am
please can everone help me? its urgent
Sep 30, 2020 11:30 am
It works fine. Don't forget to delete wpForo cache in Dashboard > Forums > Dashboard admin page. If you have other cache solutions you should purge those too.
And, please let me know where have you inserted this code. Any screenshot?