Yoast\WP\SEO\Conditionals

Conditional{}Yoast 1.0

Conditional interface, used to prevent integrations from loading.

Хуков нет.

Использование

$Conditional = new Conditional();
// use class methods

Методы

  1. public is_met()

Код Conditional{} Yoast 22.4

interface Conditional {

	/**
	 * Returns whether or not this conditional is met.
	 *
	 * @return bool Whether or not the conditional is met.
	 */
	public function is_met();
}