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/front-end-inspector-conditional.php.tar

wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php000064400000000724151143650420035707 0ustar00home/xbodynamge/lebauwcentre<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Feature flag conditional for the front-end inspector.
 *
 * @deprecated 19.5
 */
class Front_End_Inspector_Conditional extends Feature_Flag_Conditional {

	/**
	 * Returns the name of the feature flag.
	 *
	 * @deprecated 19.5
	 *
	 * @return string The name of the feature flag.
	 */
	protected function get_feature_flag() {
		\_deprecated_function( __METHOD__, 'WPSEO 19.5' );
		return 'FRONT_END_INSPECTOR';
	}
}
wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php000064400000000724151151037620034053 0ustar00home/xbodynamge/www<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Feature flag conditional for the front-end inspector.
 *
 * @deprecated 19.5
 */
class Front_End_Inspector_Conditional extends Feature_Flag_Conditional {

	/**
	 * Returns the name of the feature flag.
	 *
	 * @deprecated 19.5
	 *
	 * @return string The name of the feature flag.
	 */
	protected function get_feature_flag() {
		\_deprecated_function( __METHOD__, 'WPSEO 19.5' );
		return 'FRONT_END_INSPECTOR';
	}
}