-
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function remove_comment_form() { remove_action( 'comment_form', 'comment_form' ); } add_action( 'init', 'remove_comment_form' );

12345677890
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!