rwmb_validation_message_string

rwmb_validation_message_string

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.0.3

apply_filters('rwmb_validation_message_string') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/validation.php line 62

    Warning: Undefined array key 65 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 66 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 67 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			wp_enqueue_script( 'jquery-validation-i18n', RWMB_JS_URL . "validation/i18n/messages_$locale.js", [ 'jquery-validation-additional-methods' ], '1.19.5', true );
    		}
    
    		RWMB_Helpers_Field::localize_script_once( 'rwmb-validation', 'rwmbValidation', [
    			'message' => esc_html( apply_filters( 'rwmb_validation_message_string', __( 'Please correct the errors highlighted below and try again.', 'meta-box' ) ) ),
    		] );
    	}
    }