PluginProbe
Convertful – Your Ultimate On-Site Conversion Tool / 2.0
Convertful – Your Ultimate On-Site Conversion Tool v2.0
trunk 1.0 1.1 1.3 1.4 1.5 1.6 1.7 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
convertful / config.php

config.php in Convertful – Your Ultimate On-Site Conversion Tool 2.0, at config.php

30 lines 649 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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