| 1 |
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); |
| 2 |
|
| 3 |
return array( |
| 4 |
/** |
| 5 |
* Plugin title |
| 6 |
*/ |
| 7 |
'title' => 'Convertful', |
| 8 |
|
| 9 |
/** |
| 10 |
* The URL of your dashboard |
| 11 |
*/ |
| 12 |
'host' => 'https://app.convertful.com', |
| 13 |
|
| 14 |
/** |
| 15 |
* The link to the connection manual |
| 16 |
*/ |
| 17 |
'connect_help_url' => 'https://app.convertful.com/docs/connect/wordpress/', |
| 18 |
|
| 19 |
/** |
| 20 |
* The link to your logo. Recommended size: 265x36 px |
| 21 |
*/ |
| 22 |
'logo' => 'https://app.convertful.com/assets/img/logo_blue.png', |
| 23 |
|
| 24 |
/** |
| 25 |
* The link to the retina-resolution logo. Recommended size: 530x72 px. |
| 26 |
*/ |
| 27 |
'logo@2x' => 'https://app.convertful.com/assets/img/logo_blue@2x.png', |
| 28 |
|
| 29 |
); |
| 30 |
|