'; return $fields; } add_filter('comment_form_default_fields', 'sophia_after_dark_comment_form_change_cookies'); // Edit comment-notes text from comments function sophia_after_dark_modify_text_before_comment_form($arg) { $arg['comment_notes_before'] = wp_kses_post( '

' . esc_html__('All comments are manually reviewed and moderated.', 'sophia-after-dark') . '
' . esc_html__('Required fields are marked ', 'sophia-after-dark') . '*

' ); return $arg; } add_filter('comment_form_defaults', 'sophia_after_dark_modify_text_before_comment_form'); // Add note below comment form about privacy policy consent function sophia_after_dark_modify_text_comment_form($post_id) { printf( '%s', wp_kses( __('By commenting, you consent to our Privacy Policy', 'sophia-after-dark'), array('a' => array('href' => array())) ) ); } add_action('comment_form', 'sophia_after_dark_modify_text_comment_form'); ?>

' . esc_html(get_the_title()) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s Comments on “%2$s”', '%1$s Comments on “%2$s”', $sophia_after_dark_comment_count, 'comments title', 'sophia-after-dark' ) ), number_format_i18n( $sophia_after_dark_comment_count ), '' . esc_html(get_the_title()) . '' ); } ?>

    'ol', 'short_ping' => true, ) ); ?>