post_author) && $post->post_author == $currentUser->ID))) {
?>
moderation['enableStickButton']) { ?>
moderation['enableCloseButton']) { ?>
wp["threadComments"] || class_exists("Prompt_Comment_Form_Handling")) { ?>
subscription["showReplyCheckbox"]) {
if ($currentUser->ID) {
$isShowSubscribeWrapper = !$wpdiscuz->subscriptionData || ($wpdiscuz->subscriptionData && $wpdiscuz->subscriptionData["type"] === $wpdiscuz::SUBSCRIPTION_COMMENT);
} else {
$isShowSubscribeWrapper = true;
}
}
if ($isShowSubscribeWrapper) {
$isReplyDefaultChecked = $options->subscription["isReplyDefaultChecked"] ? "checked='checked'" : "";
?>
subscription["usePostmaticForCommentNotification"]) {
?>
"
aria-label=""/>
fieldDefaultData["name"];
}
return wp_parse_args($cleanData, $this->fieldDefaultData);
}
protected function initDefaultData()
{
$this->fieldDefaultData = [
"name" => esc_html__("Post Comment", "wpdiscuz"),
];
}
public function frontHtml($value, $args)
{
}
public function validateFieldData($fieldName, $args, $options, $currentUser)
{
}
public function editCommentHtml($key, $value, $data, $comment)
{
}
}