# desktop-mode/1.1.3/includes/station-home/bootstrap.php

OpenStation: Desktop Windows, Dock &amp; Virtual Desktops for WP Admin, version 1.1.3. 18 lines.

- Page: https://pluginprobe.com/plugins/desktop-mode/1.1.3/code/includes/station-home/bootstrap.php
- Raw: https://pluginprobe.com/plugins/desktop-mode/1.1.3/raw/includes/station-home/bootstrap.php
- Modified: 2026-08-21T13:22:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/desktop-mode/1.1.3/code/includes/station-home/bootstrap.php#L10-L20`.

```php
<?php
/**
 * OpenStation — Station Home module bootstrap.
 *
 * Replaces the classic WordPress Dashboard entry point inside the shell with
 * a native, role-aware home surface. The original Dashboard remains available
 * from Station Home as a separate iframe window.
 *
 * @package OpenStation
 */

defined( 'ABSPATH' ) || exit;

require_once __DIR__ . '/assets.php';
require_once __DIR__ . '/cards.php';
require_once __DIR__ . '/rest.php';
require_once __DIR__ . '/window.php';

```
