Automattic\WooCommerce\Admin\RemoteInboxNotifications

StoredStateSetupForProducts::init()public staticWC 1.0

Initialize the class via the init hook.

Метод класса: StoredStateSetupForProducts{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = StoredStateSetupForProducts::init();

Код StoredStateSetupForProducts::init() WC 8.7.0

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