Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories
Synchronize::init_hooks()
Performs any work needed to add hooks and otherwise integrate with the wider system.
Method of the class: Synchronize{}
No Hooks.
Return
null
. Ничего (null).
Usage
$Synchronize = new Synchronize(); $Synchronize->init_hooks();
Synchronize::init_hooks() Synchronize::init hooks code WC 8.3.0
final public function init_hooks() { add_action( self::SYNC_TASK, array( $this, 'run' ) ); }