Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories

Synchronize::init_hookspublicWC 1.0

Performs any work needed to add hooks and otherwise integrate with the wider system.

Method of the class: Synchronize{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Synchronize = new Synchronize();
$Synchronize->init_hooks();

Synchronize::init_hooks() code WC 9.9.4

final public function init_hooks() {
	add_action( self::SYNC_TASK, array( $this, 'run' ) );
}