Yoast\WP\SEO\Routes
Integrations_Route::can_manage_options()
Checks if the current user has the right capability.
Метод класса: Integrations_Route{}
Хуков нет.
Возвращает
true|false
.
Использование
$Integrations_Route = new Integrations_Route(); $Integrations_Route->can_manage_options();
Код Integrations_Route::can_manage_options() Integrations Route::can manage options Yoast 24.6
public function can_manage_options() { return \current_user_can( 'wpseo_manage_options' ); }