WC_Marketplace_Updater::init()

Schedule events and hook appropriate actions.


Description Description


Source Source

File: includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php

	public static function init() {
		add_action( 'woocommerce_update_marketplace_suggestions', array( __CLASS__, 'update_marketplace_suggestions' ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.