Yoast\WP\SEO

Loadable_Interface{}Yoast 1.0

An interface for registering integrations with WordPress

Хуков нет.

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

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

Методы

  1. public static get_conditionals()

Код Loadable_Interface{} Yoast 22.4

interface Loadable_Interface {

	/**
	 * Returns the conditionals based on which this loadable should be active.
	 *
	 * @return array
	 */
	public static function get_conditionals();
}