Advertisement
pusatdata

Remove URL Web in Comment

Jul 9th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Paste in function.php:
  2. ========================
  3. function remove_comment_fields($fields) {
  4. unset($fields['url']);
  5. return $fields;
  6. }
  7. add_filter('comment_form_default_fields','remove_comment_fields');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement