'; } /** * Template for replying to another response * @return string */ function jvbGetReplyToTemplate():string { $textarea = Form::render('response', null, ['type' => 'textarea','quill' => true, 'label'=>'Your Response']); return sprintf('

Write your Response

%s
', $textarea, jvbIcon('x', ['title'=>'Cancel']) ); } /** * Template for displaying a response * @return string */ function jvbGetCommentTemplate():string { return ''; } function jvbGetEmptyStateTemplate() { return ''; } function jvbGetGalleryPreviewTemplate() { return ''; } function jvbCopyHoursTemplate() { wp_enqueue_script('jvb-copy-hours'); jvbInlineStyles('copy-hours'); $out = ' '; echo '

'.jvbIcon('check').'Hours copied to 1 day successfully!

'; return $out; }