• Resolved Ocio132

    (@ocio132)


     
    //quitar campo url de comentarios (sniff)
    function remove_url_field($fields){
    	if(isset($fields['url']))
    	unset($fields['url']);
    	return $fields;
    }
    add_filter('comment_form_default_fields', 'remove_url_field');

    hello good I have this code and it does not work for comments to disable the url

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @ocio132

    I don’t think you need a snippet like this, because Blocksy already has this built right in. You can find the option inside the Customiser -> Single Post/Single CPT -> Comments section — https://ibb.co/dD8kgrC

    Hope this helps!

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘disable comments url’ is closed to new replies.