Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories

Synchronize::init_hooks()publicWC 1.0

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

Method of the class: Synchronize{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Synchronize::init_hooks() code WC 8.7.0

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