Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/225982ce58b3a18a4165 to your computer and use it in GitHub Desktop.
Save evemilano/225982ce58b3a18a4165 to your computer and use it in GitHub Desktop.
function rimuovi_campo_url($fields) {
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields','rimuovi_campo_url');
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment