Yoast\WP\SEO
Loader::register_integration() public Yoast 1.0
Registers an integration.
{} Это метод класса: Loader{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$Loader = new Loader(); $Loader->register_integration( $class );
- $class(строка) (обязательный)
- The class name of the integration to be loaded.
Код Loader::register_integration() Loader::register integration Yoast 16.1.1
public function register_integration( $class ) {
$this->integrations[] = $class;
}