WC_Marketplace_Updater::init()
Schedule events and hook appropriate actions.
Method of the class: WC_Marketplace_Updater{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Marketplace_Updater::init();
WC_Marketplace_Updater::init() WC Marketplace Updater::init code WC 9.5.1
public static function init() { add_action( 'woocommerce_update_marketplace_suggestions', array( __CLASS__, 'update_marketplace_suggestions' ) ); }