Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save spivurno/4ec6d9e2c1d6d3b0744be2ac9b783a01 to your computer and use it in GitHub Desktop.

Select an option

Save spivurno/4ec6d9e2c1d6d3b0744be2ac9b783a01 to your computer and use it in GitHub Desktop.
Gravity Wiz // Gravity Forms Styles Pro // Force Validation Message
<?php
/**
* Gravity Wiz // Gravity Forms Styles Pro // Force Validation Message
* http://gravitywiz.com
*/
if( class_exists( 'StylesPro' ) ) {
add_filter( 'gform_validation_message', function( $message, $form ) {
add_filter( "gform_validation_message_{$form['id']}", array( StylesPro::get_instance(), 'gf_stylespro_validation'), 11, 2 );
}, 10, 2 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment