Automattic\WooCommerce\Blueprint\Exporters
StepExporter::check_step_capabilities
Check if the current user has the required capabilities for this step.
Метод класса: StepExporter{}
Хуков нет.
Возвращает
true|false
. True if the user has the required capabilities. False otherwise.
Использование
$StepExporter = new StepExporter(); $StepExporter->check_step_capabilities(): bool;
Код StepExporter::check_step_capabilities() StepExporter::check step capabilities WC 10.0.2
public function check_step_capabilities(): bool;