# phastpress/1.86/phast.php

PhastPress, version 1.86. 10 lines.

- Page: https://pluginprobe.com/plugins/phastpress/1.86/code/phast.php
- Raw: https://pluginprobe.com/plugins/phastpress/1.86/raw/phast.php
- Modified: 2019-10-19T21:24:32+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/phastpress/1.86/code/phast.php#L10-L20`.

```php
<?php
namespace Kibo\PhastPlugins\PhastPress;

require_once __DIR__ . '/autoload.php';

WordPress::loadConfig();
WordPress::loadRequests();

phastpress_get_service_sdk()->getServiceAPI()->serve();

```
