<?php
/**
 * Plugin compatibility for Advanced Custom Fields Pro.
 *
 * @package Divi
 * @since 5.0.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	// Exit if accessed directly.
	exit;
}

/**
 * Load the same plugin compat class.
 */
require_once 'advanced-custom-fields.php';
