Yoast\WP\SEO\Conditionals
Conditional{} Yoast 1.0
Conditional interface, used to prevent integrations from loading.
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Conditional = new Conditional(); // use class methods
Методы
Код Conditional{} Conditional{} Yoast 15.6.2
interface Conditional {
/**
* Returns whether or not this conditional is met.
*
* @return boolean Whether or not the conditional is met.
*/
public function is_met();
}