Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/japanese-support-conditional.php.tar

wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php000064400000001113151141736260035305 0ustar00home/xbodynamge/lebauwcentre<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Checks if the YOAST_SEO_JAPANESE_SUPPORT constant is set.
 *
 * @deprecated 17.9
 * @codeCoverageIgnore
 */
class Japanese_Support_Conditional extends Feature_Flag_Conditional {

	/**
	 * Returns the name of the feature flag.
	 * 'YOAST_SEO_' is automatically prepended to it and it will be uppercased.
	 *
	 * @deprecated 17.9
	 * @codeCoverageIgnore
	 *
	 * @return string the name of the feature flag.
	 */
	public function get_feature_flag() {
		\_deprecated_function( __METHOD__, 'WPSEO 17.9' );
		return 'JAPANESE_SUPPORT';
	}
}
wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php000064400000001113151151035150033440 0ustar00home/xbodynamge/www<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Checks if the YOAST_SEO_JAPANESE_SUPPORT constant is set.
 *
 * @deprecated 17.9
 * @codeCoverageIgnore
 */
class Japanese_Support_Conditional extends Feature_Flag_Conditional {

	/**
	 * Returns the name of the feature flag.
	 * 'YOAST_SEO_' is automatically prepended to it and it will be uppercased.
	 *
	 * @deprecated 17.9
	 * @codeCoverageIgnore
	 *
	 * @return string the name of the feature flag.
	 */
	public function get_feature_flag() {
		\_deprecated_function( __METHOD__, 'WPSEO 17.9' );
		return 'JAPANESE_SUPPORT';
	}
}