# betterlinks/trunk/includes/Interfaces/ImportOneClickInterface.php

BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager &amp; MCP, version trunk. 9 lines.

- Page: https://pluginprobe.com/plugins/betterlinks/trunk/code/includes/Interfaces/ImportOneClickInterface.php
- Raw: https://pluginprobe.com/plugins/betterlinks/trunk/raw/includes/Interfaces/ImportOneClickInterface.php
- Modified: 2026-05-11T12:15:44+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/betterlinks/trunk/code/includes/Interfaces/ImportOneClickInterface.php#L10-L20`.

```php
<?php
namespace BetterLinks\Interfaces;
if ( ! defined( 'ABSPATH' ) ) { exit; }

interface ImportOneClickInterface {

	public function run_importer( $data );
}

```
