Automattic\WooCommerce\Admin\PluginsInstallLoggers
PluginsInstallLogger::complete()
Called when all plugins are processed.
Метод класса: PluginsInstallLogger{}
Хуков нет.
Возвращает
Разное
.
Использование
$PluginsInstallLogger = new PluginsInstallLogger(); $PluginsInstallLogger->complete( $data );
- $data(массив)
- return data from install_plugins().
По умолчанию: array()
Код PluginsInstallLogger::complete() PluginsInstallLogger::complete WC 9.7.1
public function complete( $data = array() );