# convertful/2.1/config.php

Convertful – Your Ultimate On-Site Conversion Tool, version 2.1. 30 lines.

- Page: https://pluginprobe.com/plugins/convertful/2.1/code/config.php
- Raw: https://pluginprobe.com/plugins/convertful/2.1/raw/config.php
- Modified: 2020-09-10T11:48:00+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/convertful/2.1/code/config.php#L10-L20`.

```php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

return array(
	/**
	 * Plugin title
	 */
	'title' => 'Convertful',

	/**
	 * The URL of your dashboard
	 */
	'host' => 'https://app.convertful.com',

	/**
	 * The link to the connection manual
	 */
	'connect_help_url' => 'https://app.convertful.com/docs/connect/wordpress/',

	/**
	 * The link to your logo. Recommended size: 265x36 px
	 */
	'logo' => 'https://app.convertful.com/assets/img/logo_blue.png',

	/**
	 * The link to the retina-resolution logo. Recommended size: 530x72 px.
	 */
	'logo@2x' => 'https://app.convertful.com/assets/img/logo_blue@2x.png',

);

```
