Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
Use this filter to disable the international phone input JS from being part of the minified JS.
Usage
add_filter( 'frm_include_intlphone_in_minified_js', '__return_false' );
Parameters
- None
Examples
Load international phone input scripts
add_filter( 'frm_include_intlphone_in_minified_js', '__return_false' );
FrmAppHelper::save_combined_js(); //Add this line to regenerate the minified JS