Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
_deprecated_file( __FILE__, '5.1.0', 'No direct replacement, we now use StellarWP Telemetry' );

/**
 * Class Tribe__Freemius
 *
 * @since 4.9.5
 * @depecated 5.1.0
 */
class Tribe__Freemius {
	/**
	 * Store all instances of Freemius that we would use
	 *
	 * @since 4.9.5
	 * @depecated 5.1.0
	 *
	 * @var  array
	 */
	private $instances = [];

	/**
	 * Load the vendor files for Freemius vendor.
	 *
	 * Freemius class should only be loaded once since it will be registered as a Singleton.
	 *
	 * @since 4.9.5
	 * @depecated 5.1.0
	 */
	public function __construct() {
		require_once Tribe__Main::instance()->plugin_path . 'vendor/freemius/start.php';
	}

	/**
	 * Initialize the Fremius instance using their methods
	 *
	 * @since 4.9.5
	 * @depecated 5.1.0
	 *
	 * @param string $slug Slug of the plugin
	 * @param string $id   ID in Freemius
	 * @param string $key  Your public key in freemius
	 * @param array  $args Array of extra arguments to register on Freemius
	 *
	 * @return Freemius
	 */
	