gppro_action_text
There is no text above the "save" and "clear" buttons. This filter allows you to add text to provide additional information to users.
Adding a custom message.
function my_action_text() { return __( 'Here is some helpful text', 'my-text-domain' ); } add_filter( 'gppro_action_text', 'my_action_text' );