This allows you to output texts before the feedback form, so as soon as the feedback form is visible, this text is displayed directly before the form.
/**
* This text is always displayed before the feedback form
* as soon as the feedback form is output by Helpful.
*
* @return void
*/
add_action('helpful_before_feedback_form', function () {
echo 'This is shown before the feedback form.';
});
Was this helpful?
Vote now and show me if you like or helped the content. After that, you can also leave feedback if you have a few more words to say.