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