Automattic\WooCommerce\Admin\RemoteInboxNotifications

StoredStateSetupForProducts::init()public staticWC 1.0

Initialize the class via the init hook.

Method of the class: StoredStateSetupForProducts{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = StoredStateSetupForProducts::init();

StoredStateSetupForProducts::init() code WC 8.7.0

public static function init() {
	add_action( self::ASYNC_RUN_REMOTE_NOTIFICATIONS_ACTION_NAME, array( __CLASS__, 'run_remote_notifications' ) );
}