Filename: gpmpn-modify-frontend-labels.php
gpmpn-modify-frontend-labels.php
<?php /** * Gravity Perks // Multi-page Navigation // Modify Frontend Labels * https://gravitywiz.com/documentation/gravity-forms-multi-page-navigation/ */ add_filter( 'gpmpn_frontend_labels', function( $labels ) { $labels['backToLastPage'] = 'My Custom Button Label'; $labels['submit'] = 'Submit'; $labels['nextPageWithErrors'] = 'Next Page with Errors'; return $labels; } );
Your email address will not be published. Required fields are marked *
Comment *
Notify me of followup comments via e-mail
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.
Δ