WPSEO_Register_Roles::register_hooks()
Adds hooks.
Метод класса: WPSEO_Register_Roles{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Register_Roles = new WPSEO_Register_Roles(); $WPSEO_Register_Roles->register_hooks();
Код WPSEO_Register_Roles::register_hooks() WPSEO Register Roles::register hooks Yoast 24.6
public function register_hooks() { add_action( 'wpseo_register_roles', [ $this, 'register' ] ); }