Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors
StoredStateSetupForProducts::init
Initialize the class via the init hook.
Method of the class: StoredStateSetupForProducts{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = StoredStateSetupForProducts::init();
StoredStateSetupForProducts::init() StoredStateSetupForProducts::init code WC 10.8.1
final public static function init() {
add_action( self::ASYNC_RUN_REMOTE_NOTIFICATIONS_ACTION_NAME, array( __CLASS__, 'run_remote_notifications' ) );
}