PluginProbe
GetResponse Forms by Optin Cat / 1.3.8
GetResponse Forms by Optin Cat v1.3.8
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / layouts / widget / layout_0 / layout.php

layout.php in GetResponse Forms by Optin Cat 1.3.8, at layouts/widget/layout_0/layout.php

21 lines 410 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 * Information about the "Naked Form" layout
5 *
6 * @package Optin Cat
7 */
8
9 $layout = array(
10 'name' => __( 'No CSS' ),
11
12 'texts' => array(
13 'headline_copy' => 'Free Email Updates',
14 'description_copy' => 'Get the latest content first.',
15 'name_placeholder' => 'Name',
16 'email_placeholder' => 'Email',
17 'button_copy' => 'Join Now',
18 'privacy_copy' => "100% Privacy. We don't spam.",
19 ),
20 );
21