WPSEO_Register_Roles::register_hooks()publicYoast 1.0

Adds hooks.

Метод класса: WPSEO_Register_Roles{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$WPSEO_Register_Roles = new WPSEO_Register_Roles();
$WPSEO_Register_Roles->register_hooks();

Код WPSEO_Register_Roles::register_hooks() Yoast 22.4

public function register_hooks() {
	add_action( 'wpseo_register_roles', [ $this, 'register' ] );
}