Yoast\WP\SEO\Dashboard\User_Interface\Time_Based_SEO_Metrics
Time_Based_SEO_Metrics_Route::permission_manage_options()
Permission callback.
Метод класса: Time_Based_SEO_Metrics_Route{}
Хуков нет.
Возвращает
true|false
. True when user has the 'wpseo_manage_options' capability.
Использование
$Time_Based_SEO_Metrics_Route = new Time_Based_SEO_Metrics_Route(); $Time_Based_SEO_Metrics_Route->permission_manage_options();
Код Time_Based_SEO_Metrics_Route::permission_manage_options() Time Based SEO Metrics Route::permission manage options Yoast 25.1
public function permission_manage_options() { return $this->capability_helper->current_user_can( 'wpseo_manage_options' ); }