HEX
Server: LiteSpeed
System: Linux bdix5.noc223.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: purebdli (2161)
PHP: 8.1.24
Disabled: NONE
Upload Files
File: /home/purebdli/zarmanhomio.purebdlife.com/wp-content/plugins/cartflows-pro/assets/js/optin.js
( function ( $ ) {
	/**
	 * Initialize selectWoo
	 */
	const wcf_initialize_selectwoo = function () {
		const select_fields = jQuery( '.form-row select' );

		$( select_fields ).each( function () {
			$( this ).selectWoo();
		} );
	};

	$( function () {
		wcf_initialize_selectwoo();
	} );
} )( jQuery );