Skip to main content
Login Join
Snippet · PHP

Remove Website URL Field From Comment Form

Shared by Nazim Husain · April 23, 2026

21 views
Back to Snippets
// Remove URL field from comment form
add_filter('comment_form_field_url', '__return_false');
Know a different way to do this? Add your approach as a variation so folks can compare them side by side.
Submit a variation

0 comments