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