Слово

add_shortcode(‘zapis_comment_field’, ‘zapis_comment_field_shortcode’); function zapis_comment_field_shortcode() { $post_id = get_the_ID(); $action = site_url(‘/wp-comments-post.php’); return ‘ ‘; }