Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*************************************************************************
- ************ [ DISABLE WEBSITE FIELD IN COMMENTS MODULE ] ***************
- function ds_customize_divi_comments_url_field ($fields) {
- // Remove the website url field
- if(isset($fields['url']))
- unset($fields['url']);
- return $fields;
- }
- add_filter('comment_form_default_fields', 'ds_customize_divi_comments_url_field');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement