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