gppro_action_title
There is currently
Add a custom title.
function my_action_title() { return __( 'Here is a title', 'my-text-domain' ); } add_filter( 'gppro_action_title', 'my_action_title' );
There is currently
Add a custom title.
function my_action_title() { return __( 'Here is a title', 'my-text-domain' ); } add_filter( 'gppro_action_title', 'my_action_title' );