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