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
/**
 * Add theme compatibility things here.
 *
 * @since 4.11.4
 *
 * @since 5.3.1 Make use of Common Theme_Compatibility class.
 */
use Tribe\Utils\Body_Classes;
use Tribe\Utils\Theme_Compatibility as Compat;

class Tribe__Tickets__Theme_Compatibility extends Compat {

	/**
	 * Add the theme to the body class.
	 *
	 * @since 4.11.4
	 *
	 * @deprecated  5.3.1
	 *
	 * @param array $classes List of body classes.
	 *
	 * @return array $classes List of body classes, modified if compatibility is required.
	 */
	public function filter_body_class( array $classes ) {
		_deprecated_function( __FUNCTION__, '5.3.1', 'Theme_Compatibility::add_body_classes()' );

		if ( ! static::is_compatibility_required() ) {
			return $classes;
		}

		return array_merge( $classes, static::get_compatibility_classes() );
	}

	/**
	 * Fetches the correct class strings for theme and child theme if a