' .$akpager_comment_count . '' ); } else { printf( // WPCS: XSS OK. esc_html__( 'Comments ( %1$s )', 'akpager' ), '' .$akpager_comment_count . '' ); } ?>

    'ul', 'callback' => 'akpager_comment_modification', // add you call back functions here 'short_ping' => true, ) ); ?>

'
', 'email' => '
' ); comment_form( array( 'fields' => apply_filters( 'akpager_comment_form_default_fields', $fields ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => esc_html__( 'Leave A Comment', 'akpager' ), 'title_reply_to' => esc_html__( 'Leave A Reply To %s', 'akpager' ), 'id_form' => 'commentform', 'id_submit' => 'submit', 'cancel_reply_link' => '', 'class_submit' => 'comment-submit-button', 'label_submit' => esc_html__( 'Submit', 'akpager' ), 'comment_field' => '
' ) ); ?>