Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function king_remove_comment_author_url( $url, $id, $comment ) {
- return "";
- }
- add_filter('get_comment_author_url', 'king_remove_comment_author_url', 10, 3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement