Tagged Questions
0
votes
2answers
125 views
Remove field in the form : only works for “url”, not for “email”?
I would like to remove the email field in the comment form. It works for url but not for email : the email field is still there. Do you know why?
<?php
function url_filtered($fields)
{
...