WordPress Plugin: validated-field-for-acf
…/* Plugin Name: Advanced Custom Fields: Validated Field Plugin URI: http://www.doublesharp.com/ Description: Server side validation, input masking and more for Advanced Custom Fields Author: Justin Silver Version: 1.7.7 Author URI: http://doublesharp.com/ */ if ( ! defined( ‘ACF_VF_VERSION’ ) ) define( ‘ACF_VF_VERSION’, ‘1.7.7’ ); if ( !defined(‘ACF_VF_PLUGIN_FILE’) ) define( ‘ACF_VF_PLUGIN_FILE’, __FILE__ ); // Load the add-on field once the plug…