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 / social-sharing.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
social-sharing.php
52 lines
1 <div id="hustle-social-sharing-listings" class="hustle-two">
2
3 <div id="container"<?php if ( count( $social_groups ) !== 0 ) : echo ' class="container-980"'; endif; ?>>
4
5 <header id="header"<?php if ( ( count( $social_groups ) === 0 ) ) : echo ' class="no-margin-btm"'; endif;?>>
6
7 <?php if ( count( $social_groups ) === 0 ){ ?>
8
9 <h1><?php _e('Social Sharing Dashboard', Opt_In::TEXT_DOMAIN); ?></h1>
10
11 <?php } else { ?>
12
13 <h1><?php _e('Social Sharing Dashboard', Opt_In::TEXT_DOMAIN); ?><a class="wph-button wph-button--small wph-button--gray wph-button--inline" href="<?php echo esc_url( $add_new_url ); ?>"><?php _e('New Sharing Module', Opt_In::TEXT_DOMAIN); ?></a></h1>
14
15 <?php } ?>
16
17 </header>
18
19 <section>
20
21 <section id="wph-ccontent--modules">
22
23 <?php if ( count( $social_groups ) === 0 ){ ?>
24
25 <?php $this->render("admin/social_sharing/social-sharing-welcome", array(
26 'new_url' => $add_new_url,
27 'user_name' => $user_name
28 )); ?>
29
30 <?php } ?>
31
32 <div class="row">
33
34 <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
35 <?php $this->render("admin/social_sharing/social-sharing-listings", array(
36 'social_groups' => $social_groups,
37 'types' => $types,
38 'new_ss' => isset( $_GET['new_id'] ) ? $_GET['new_id'] : null,
39 'updated_ss' => isset( $_GET['updated_id'] ) ? $_GET['updated_id'] : null
40 )); ?>
41
42 </div>
43
44 </div>
45
46 </section>
47
48 </section>
49
50 </div>
51
52 </div>