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 10.6.2
public function install_requested( string $plugin_name );