Hello world!
7 августа, 2024
1 комментарий к записи Hello world! By wordpressuser_a927081
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' );