PluginProbe ʕ •ᴥ•ʔ
Hustle – Email Marketing, Lead Generation, Optins, Popups / 5.1
Hustle – Email Marketing, Lead Generation, Optins, Popups v5.1
7.8.14.2 7.8.14 7.8.14.1 7.8.13 7.8.13.1 trunk 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4 4.3.2 4.4.4 4.4.5 4.4.5.1 4.4.5.4 4.6 4.6.1.1 4.6.1.4 4.7.0.2 4.7.0.3 4.7.0.7 4.7.0.9 4.7.1.0 4.7.1.1 4.8.0.0 5.0.0 5.0.1 5.0.1.1 5.0.1.2 5.1 5.1.1 5.1.2 5.1.3 5.1.3.1 5.1.3.2 5.1.4 5.1.5 6.0 6.0.1 6.0.2 6.0.3 6.0.4.2 6.0.5 6.0.6.1 6.0.7 6.0.8.1 6.0.9 7.0.0.1 7.0.2 7.0.3 7.0.4 7.1.0 7.1.1 7.2.0 7.2.1 7.3.0 7.3.1 7.3.3 7.3.5 7.3.6 7.3.7 7.4.0 7.4.1 7.4.11 7.4.13 7.4.13.1 7.4.2 7.4.3 7.4.4 7.4.5 7.4.5.1 7.4.5.2 7.4.6 7.4.7 7.5.0 7.6.0 7.6.1 7.6.3 7.6.4 7.6.6 7.7.0 7.7.1 7.8.0 7.8.1 7.8.10 7.8.10.1 7.8.10.2 7.8.11 7.8.12 7.8.12.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.8.9.1 7.8.9.2 7.8.9.3
wordpress-popup / views / admin / new-custom-content.php
wordpress-popup / views / admin Last commit date
ccontent 9 years ago common 9 years ago dashboard 9 years ago optins 9 years ago provider 9 years ago settings 9 years ago social_sharing 9 years ago OLD-wpoi-wizard-design.php 9 years ago custom-content.php 9 years ago emails_list.php 9 years ago error_list.php 9 years ago listing.php 9 years ago new-custom-content.php 9 years ago new-free-info.php 9 years ago new-optin_success.php 9 years ago new-social-group.php 9 years ago new-social-restriction.php 9 years ago new-social-sharing.php 9 years ago new-welcome.php 9 years ago settings.php 9 years ago social-groups.php 9 years ago social-restrictions.php 9 years ago social-sharing.php 9 years ago wpoi-wizard-design-after-submit.php 9 years ago wpoi-wizard-design-module-fields.php 9 years ago wpoi-wizard-design-shapes.php 9 years ago wpoi-wizard-design-structure.php 9 years ago wpoi-wizard-design.php 9 years ago wpoi-wizard-services.php 9 years ago wpoi-wizard-settings.php 9 years ago wpoi-wizard.php 9 years ago
new-custom-content.php
53 lines
1 <div class="hustle-two wph-custom-content">
2
3 <div id="container" class="container-980">
4
5 <header id="header">
6
7 <h1><?php _e('CUSTOM CONTENT', Opt_In::TEXT_DOMAIN); ?></h1>
8
9 </header>
10
11 <section id="cc-wizard">
12
13 <div class="row">
14
15 <section class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
16
17 <div class="box content-box">
18
19 <div class="box-title">
20
21 <h3><?php _e('Create New Custom Content Module', Opt_In::TEXT_DOMAIN); ?></h3>
22
23 </div>
24
25 <div class="box-content">
26
27 <!-- Content & Design -->
28 <?php $this->render("admin/ccontent/ccontent-design"); ?>
29
30 <!-- Display Settings -->
31 <?php $this->render("admin/ccontent/ccontent-settings"); ?>
32
33 </div>
34
35 </div>
36
37 </section>
38
39 </div>
40
41 </section>
42
43 </div>
44
45 <?php $this->render("admin/ccontent/ccontent-preview-container"); ?>
46
47 </div>
48
49 <?php $this->render("admin/settings/display-triggers"); ?>
50
51 <?php $this->render("admin/settings/conditions"); ?>
52 <?php $this->render("general/modal"); ?>
53