Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors
StoredStateSetupForProducts::init()
Initialize the class via the init hook.
Метод класса: StoredStateSetupForProducts{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = StoredStateSetupForProducts::init();
Код StoredStateSetupForProducts::init() StoredStateSetupForProducts::init WC 9.8.1
final public static function init() { add_action( self::ASYNC_RUN_REMOTE_NOTIFICATIONS_ACTION_NAME, array( __CLASS__, 'run_remote_notifications' ) ); }