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