Automattic\WooCommerce\Blocks\Integrations
IntegrationInterface::get_editor_script_handles()
Returns an array of script handles to enqueue in the editor context.
Метод класса: IntegrationInterface{}
Хуков нет.
Возвращает
Строку[]
.
Использование
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_editor_script_handles();
Код IntegrationInterface::get_editor_script_handles() IntegrationInterface::get editor script handles WC 9.8.2
public function get_editor_script_handles();