Remove URL from comment form
-
I created the child theme of Agama. How to delete the URL field from the comment form. I used different methods of adding code to the child theme function, but they did not work for me.
In the function of the main theme there is the following filter:
add_filter( 'comment_form_default_fields', 'agama_comment_form_fields' );
I need to remove:$fields['url']
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove URL from comment form’ is closed to new replies.