File "Black_Friday.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Conditional_Content/Black_Friday.php
File size: 624 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @deprecated 6.3.0
 */
namespace Tribe\Admin\Conditional_Content;

_deprecated_file( __FILE__, '6.3.0', '\TEC\Common\Admin\Conditional_Content\Black_Friday', 'This file is deprecated in favor of new Namespace' );

/**
 * Class Black_Friday.
 *
 * @since       4.14.7
 * @deprecated 6.3.0
 *
 * @package     Tribe\Admin\Conditional_Content
 */
class Black_Friday {
	public function __call( $name, $arguments ) {
		_deprecated_function( __METHOD__, '6.3.0', 'No replacement.' );
	}

	public static function __callStatic( $name, $arguments ) {
		_deprecated_function( __METHOD__, '6.3.0', 'No replacement.' );
	}
}