Automattic\WooCommerce\Internal\Utilities

PluginInstaller::registerpublicWC 1.0

Attach hooks used by the class.

Method of the class: PluginInstaller{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PluginInstaller = new PluginInstaller();
$PluginInstaller->register();

PluginInstaller::register() code WC 10.8.1

public function register() {
	add_action( 'after_plugin_row', array( $this, 'handle_plugin_list_rows' ), 10, 2 );
	add_action( 'upgrader_process_complete', array( $this, 'handle_upgrader_process_complete' ), 10, 2 );
}