This action is fired before Helpful is output.
/**
* Place something before Helpful is output.
*
* @return void
*/
add_action('helpful_before', function () {
echo 'custom_content';
});
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.