HEX
Server: LiteSpeed
System: Linux server902.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: digircle (1593)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/digircle/alfajralfalahlogistics.com/wp-content/themes/woodmart/inc/integrations/mc4wp.php
<?php
/**
 * MC4WP: Mailchimp for WordPress.
 *
 * @package woodmart
 */

if ( ! defined( 'MC4WP_VERSION' ) ) {
	return;
}

if ( ! function_exists( 'woodmart_mc4wp_enqueue_scripts' ) ) {
	/**
	 * Fixes the conflict of options that overwrite the checkout template.
	 *
	 * @param bool $load_scripts .
	 *
	 * @return bool
	 */
	function woodmart_mc4wp_enqueue_scripts( $load_scripts ) {
		woodmart_enqueue_js_script( 'mailchimp' );

		return $load_scripts;
	}

	add_filter( 'mc4wp_load_form_scripts', 'woodmart_mc4wp_enqueue_scripts', 9 );
}