Automattic\WooCommerce\Admin\PluginsInstallLoggers
PluginsInstallLogger::install_requested()
Called when a plugin install requested.
Method of the class: PluginsInstallLogger{}
No Hooks.
Return
Mixed
.
Usage
$PluginsInstallLogger = new PluginsInstallLogger(); $PluginsInstallLogger->install_requested( $plugin_name );
- $plugin_name(string) (required)
- plugin name.
PluginsInstallLogger::install_requested() PluginsInstallLogger::install requested code WC 9.7.1
public function install_requested( string $plugin_name );