Automattic\WooCommerce\Admin\API
Notice::get_permission()
Check user has the necessary permissions to perform this action.
Метод класса: Notice{}
Хуков нет.
Возвращает
true|false
.
Использование
$Notice = new Notice(); $Notice->get_permission(): bool;
Код Notice::get_permission() Notice::get permission WC 9.3.3
public function get_permission(): bool { return current_user_can( 'manage_woocommerce' ); }