Yoast\WP\SEO\Conditionals\Third_Party
WPML_Conditional{} Yoast 1.0
Conditional that is only met when WPML is active.
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WPML_Conditional = new WPML_Conditional(); // use class methods
Методы
Код WPML_Conditional{} WPML Conditional{} Yoast 15.6.2
class WPML_Conditional implements Conditional {
/**
* Returns whether or not this conditional is met.
*
* @return boolean Whether or not the conditional is met.
*/
public function is_met() {
return \defined( 'WPML_PLUGIN_FILE' );
}
}