This action is fired after Helpful is output.
/**
* Place something after Helpful is output.
*
* @return void
*/
add_action('helpful_after', 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.