Advertisement
michaellevelup

king_remove_comment_author_url

Apr 5th, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. function king_remove_comment_author_url( $url, $id, $comment ) {
  2.     return "";
  3. }
  4.  
  5. add_filter('get_comment_author_url', 'king_remove_comment_author_url', 10, 3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement