# phastpress/1.79/functions/service.php

PhastPress, version 1.79. 14 lines.

- Page: https://pluginprobe.com/plugins/phastpress/1.79/code/functions/service.php
- Raw: https://pluginprobe.com/plugins/phastpress/1.79/raw/functions/service.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.79/code/functions/service.php#L10-L20`.

```php
<?php

function phastpress_get_service_sdk() {
    return new Kibo\PhastPlugins\SDK\ServiceSDK(
        new Kibo\PhastPlugins\PhastPress\ServiceSDKImplementation()
    );
}

function phastpress_get_plugin_sdk() {
    return new Kibo\PhastPlugins\SDK\SDK(
        new Kibo\PhastPlugins\PhastPress\PluginHostImplementation()
    );
}

```
