File: /var/www/html/ielts-store/wp-content/plugins/woocommerce-zapier/functions-legacy.php
<?php
use OM4\Zapier\Plugin;
defined( 'ABSPATH' ) || exit;
/**
* This function should be used to access the OM4\Zapier\Plugin singleton class.
* It's simpler to use this function instead of a global variable.
*
* @deprecated 2.0.0 Legacy Zapier Feeds should be replaced with REST API based Webhooks.
*
* @return OM4\Zapier\Plugin
*/
function WC_Zapier() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
wc_deprecated_function( 'WC_Zapier', '2.0.0' );
return Plugin::instance();
}