Passed
Branch add/settings-update (b63426)
by Warwick
02:03
created
includes/settings/display.php 1 patch
Spacing   +69 added lines, -69 removed lines patch added patch discarded remove patch
@@ -1,156 +1,156 @@
 block discarded – undo
1 1
 <div class="uix-field-wrapper">
2 2
 	<ul class="ui-tab-nav">
3
-		<?php if ( class_exists( 'LSX_Banners' ) ) { ?>
4
-			<li><a href="#ui-placeholders" class="active"><?php esc_html_e( 'Placeholders', 'lsx-sharing' ); ?></a></li>
3
+		<?php if (class_exists('LSX_Banners')) { ?>
4
+			<li><a href="#ui-placeholders" class="active"><?php esc_html_e('Placeholders', 'lsx-sharing'); ?></a></li>
5 5
 		<?php } ?>
6 6
 
7
-		<?php if ( class_exists( 'LSX_Currencies' ) ) { ?>
8
-			<?php $class_active = class_exists( 'LSX_Banners' ) ? '' : 'active'; ?>
9
-			<li><a href="#ui-currencies" class="<?php echo esc_attr( $class_active ); ?>">
10
-				<?php esc_html_e( 'Currencies', 'lsx-sharing' ); ?></a></li>
7
+		<?php if (class_exists('LSX_Currencies')) { ?>
8
+			<?php $class_active = class_exists('LSX_Banners') ? '' : 'active'; ?>
9
+			<li><a href="#ui-currencies" class="<?php echo esc_attr($class_active); ?>">
10
+				<?php esc_html_e('Currencies', 'lsx-sharing'); ?></a></li>
11 11
 		<?php } ?>
12 12
 
13
-		<?php if ( class_exists( 'LSX_Team' ) ) { ?>
14
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) ) ? '' : 'active'; ?>
15
-			<li><a href="#ui-team" class="<?php echo esc_attr( $class_active ); ?>">
16
-				<?php esc_html_e( 'Team', 'lsx-sharing' ); ?></a></li>
13
+		<?php if (class_exists('LSX_Team')) { ?>
14
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies')) ? '' : 'active'; ?>
15
+			<li><a href="#ui-team" class="<?php echo esc_attr($class_active); ?>">
16
+				<?php esc_html_e('Team', 'lsx-sharing'); ?></a></li>
17 17
 		<?php } ?>
18 18
 
19
-		<?php if ( class_exists( 'LSX_Testimonials' ) ) { ?>
20
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) ) ? '' : 'active'; ?>
21
-			<li><a href="#ui-testimonials" class="<?php echo esc_attr( $class_active ); ?>">
22
-				<?php esc_html_e( 'Testimonials', 'lsx-sharing' ); ?></a></li>
19
+		<?php if (class_exists('LSX_Testimonials')) { ?>
20
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team')) ? '' : 'active'; ?>
21
+			<li><a href="#ui-testimonials" class="<?php echo esc_attr($class_active); ?>">
22
+				<?php esc_html_e('Testimonials', 'lsx-sharing'); ?></a></li>
23 23
 		<?php } ?>
24 24
 
25
-		<?php if ( class_exists( 'LSX_Projects' ) ) { ?>
26
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) ) ? '' : 'active'; ?>
27
-			<li><a href="#ui-projects" class="<?php echo esc_attr( $class_active ); ?>">
28
-				<?php esc_html_e( 'Projects', 'lsx-sharing' ); ?>
25
+		<?php if (class_exists('LSX_Projects')) { ?>
26
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials')) ? '' : 'active'; ?>
27
+			<li><a href="#ui-projects" class="<?php echo esc_attr($class_active); ?>">
28
+				<?php esc_html_e('Projects', 'lsx-sharing'); ?>
29 29
 				</a></li>
30 30
 		<?php } ?>
31 31
 
32
-		<?php if ( class_exists( 'LSX_Services' ) ) { ?>
33
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) ) ? '' : 'active'; ?>
34
-			<li><a href="#ui-services" class="<?php echo esc_attr( $class ); ?>">
35
-				<?php esc_html_e( 'Services', 'lsx-sharing' ); ?></a></li>
32
+		<?php if (class_exists('LSX_Services')) { ?>
33
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects')) ? '' : 'active'; ?>
34
+			<li><a href="#ui-services" class="<?php echo esc_attr($class); ?>">
35
+				<?php esc_html_e('Services', 'lsx-sharing'); ?></a></li>
36 36
 		<?php $class = ''; } ?>
37 37
 
38
-		<?php if ( class_exists( 'LSX_Blog_Customizer' ) ) { ?>
39
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) || class_exists( 'LSX_Services' ) ) ? '' : 'active'; ?>
40
-			<li><a href="#ui-blog-customizer" class="<?php echo esc_attr( $class_active ); ?>">
41
-				<?php esc_html_e( 'Blog Customizer (posts widget)', 'lsx-sharing' ); ?></a></li>
38
+		<?php if (class_exists('LSX_Blog_Customizer')) { ?>
39
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects') || class_exists('LSX_Services')) ? '' : 'active'; ?>
40
+			<li><a href="#ui-blog-customizer" class="<?php echo esc_attr($class_active); ?>">
41
+				<?php esc_html_e('Blog Customizer (posts widget)', 'lsx-sharing'); ?></a></li>
42 42
 		<?php } ?>
43 43
 
44
-		<?php if ( class_exists( 'LSX_Sharing' ) ) { ?>
45
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) || class_exists( 'LSX_Services' ) || class_exists( 'LSX_Blog_Customizer' ) ) ? '' : 'active'; ?>
46
-			<li><a href="#ui-sharing" class="<?php echo esc_attr( $class_active ); ?>">
47
-				<?php esc_html_e( 'Sharing', 'lsx-sharing' ); ?></a></li>
44
+		<?php if (class_exists('LSX_Sharing')) { ?>
45
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects') || class_exists('LSX_Services') || class_exists('LSX_Blog_Customizer')) ? '' : 'active'; ?>
46
+			<li><a href="#ui-sharing" class="<?php echo esc_attr($class_active); ?>">
47
+				<?php esc_html_e('Sharing', 'lsx-sharing'); ?></a></li>
48 48
 		<?php } ?>
49 49
 
50
-		<?php if ( class_exists( 'LSX_Videos' ) ) { ?>
51
-			<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) || class_exists( 'LSX_Services' ) || class_exists( 'LSX_Blog_Customizer' ) || class_exists( 'LSX_Sharing' ) ) ? '' : 'active'; ?>
52
-			<li><a href="#ui-videos" class="<?php echo esc_attr( $class_active ); ?>">
53
-				<?php esc_html_e( 'Videos', 'lsx-sharing' ); ?></a></li>
50
+		<?php if (class_exists('LSX_Videos')) { ?>
51
+			<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects') || class_exists('LSX_Services') || class_exists('LSX_Blog_Customizer') || class_exists('LSX_Sharing')) ? '' : 'active'; ?>
52
+			<li><a href="#ui-videos" class="<?php echo esc_attr($class_active); ?>">
53
+				<?php esc_html_e('Videos', 'lsx-sharing'); ?></a></li>
54 54
 		<?php } ?>
55 55
 	</ul>
56 56
 
57
-	<?php if ( class_exists( 'LSX_Banners' ) ) { ?>
57
+	<?php if (class_exists('LSX_Banners')) { ?>
58 58
 		<div id="ui-placeholders" class="ui-tab active">
59 59
 			<table class="form-table">
60 60
 				<tbody>
61
-					<?php do_action( 'lsx_framework_display_tab_content', 'placeholders' ); ?>
61
+					<?php do_action('lsx_framework_display_tab_content', 'placeholders'); ?>
62 62
 				</tbody>
63 63
 			</table>
64 64
 		</div>
65 65
 	<?php } ?>
66 66
 
67
-	<?php if ( class_exists( 'LSX_Currencies' ) ) { ?>
68
-		<?php $class_active = class_exists( 'LSX_Banners' ) ? '' : 'active'; ?>
69
-		<div id="ui-currencies" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
67
+	<?php if (class_exists('LSX_Currencies')) { ?>
68
+		<?php $class_active = class_exists('LSX_Banners') ? '' : 'active'; ?>
69
+		<div id="ui-currencies" class="ui-tab <?php echo esc_attr($class_active); ?>">
70 70
 			<table class="form-table">
71 71
 				<tbody>
72
-					<?php do_action( 'lsx_framework_display_tab_content', 'currency_switcher' ); ?>
72
+					<?php do_action('lsx_framework_display_tab_content', 'currency_switcher'); ?>
73 73
 				</tbody>
74 74
 			</table>
75 75
 		</div>
76 76
 	<?php } ?>
77 77
 
78
-	<?php if ( class_exists( 'LSX_Team' ) ) { ?>
79
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) ) ? '' : 'active'; ?>
80
-		<div id="ui-team" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
78
+	<?php if (class_exists('LSX_Team')) { ?>
79
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies')) ? '' : 'active'; ?>
80
+		<div id="ui-team" class="ui-tab <?php echo esc_attr($class_active); ?>">
81 81
 			<table class="form-table">
82 82
 				<tbody>
83
-					<?php do_action( 'lsx_framework_display_tab_content', 'team' ); ?>
83
+					<?php do_action('lsx_framework_display_tab_content', 'team'); ?>
84 84
 				</tbody>
85 85
 			</table>
86 86
 		</div>
87 87
 	<?php } ?>
88 88
 
89
-	<?php if ( class_exists( 'LSX_Testimonials' ) ) { ?>
90
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) ) ? '' : 'active'; ?>
91
-		<div id="ui-testimonials" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
89
+	<?php if (class_exists('LSX_Testimonials')) { ?>
90
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team')) ? '' : 'active'; ?>
91
+		<div id="ui-testimonials" class="ui-tab <?php echo esc_attr($class_active); ?>">
92 92
 			<table class="form-table">
93 93
 				<tbody>
94
-					<?php do_action( 'lsx_framework_display_tab_content', 'testimonials' ); ?>
94
+					<?php do_action('lsx_framework_display_tab_content', 'testimonials'); ?>
95 95
 				</tbody>
96 96
 			</table>
97 97
 		</div>
98 98
 	<?php } ?>
99 99
 
100
-	<?php if ( class_exists( 'LSX_Projects' ) ) { ?>
101
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) ) ? '' : 'active'; ?>
102
-		<div id="ui-projects" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
100
+	<?php if (class_exists('LSX_Projects')) { ?>
101
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials')) ? '' : 'active'; ?>
102
+		<div id="ui-projects" class="ui-tab <?php echo esc_attr($class_active); ?>">
103 103
 			<table class="form-table">
104 104
 				<tbody>
105
-					<?php do_action( 'lsx_framework_display_tab_content', 'projects' ); ?>
105
+					<?php do_action('lsx_framework_display_tab_content', 'projects'); ?>
106 106
 				</tbody>
107 107
 			</table>
108 108
 		</div>
109 109
 	<?php } ?>
110 110
 
111
-	<?php if ( class_exists( 'LSX_Services' ) ) { ?>
112
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) ) ? '' : 'active'; ?>
113
-		<div id="ui-services" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
111
+	<?php if (class_exists('LSX_Services')) { ?>
112
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects')) ? '' : 'active'; ?>
113
+		<div id="ui-services" class="ui-tab <?php echo esc_attr($class_active); ?>">
114 114
 			<table class="form-table">
115 115
 				<tbody>
116
-					<?php do_action( 'lsx_framework_display_tab_content', 'services' ); ?>
116
+					<?php do_action('lsx_framework_display_tab_content', 'services'); ?>
117 117
 				</tbody>
118 118
 			</table>
119 119
 		</div>
120 120
 	<?php } ?>
121 121
 
122
-	<?php if ( class_exists( 'LSX_Blog_Customizer' ) ) { ?>
123
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) || class_exists( 'LSX_Services' ) ) ? '' : 'active'; ?>
124
-		<div id="ui-blog-customizer" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
122
+	<?php if (class_exists('LSX_Blog_Customizer')) { ?>
123
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects') || class_exists('LSX_Services')) ? '' : 'active'; ?>
124
+		<div id="ui-blog-customizer" class="ui-tab <?php echo esc_attr($class_active); ?>">
125 125
 			<table class="form-table">
126 126
 				<tbody>
127
-					<?php do_action( 'lsx_framework_display_tab_content', 'blog-customizer' ); ?>
127
+					<?php do_action('lsx_framework_display_tab_content', 'blog-customizer'); ?>
128 128
 				</tbody>
129 129
 			</table>
130 130
 		</div>
131 131
 	<?php } ?>
132 132
 
133
-	<?php if ( class_exists( 'LSX_Sharing' ) ) { ?>
134
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) || class_exists( 'LSX_Services' ) || class_exists( 'LSX_Blog_Customizer' ) ) ? '' : 'active'; ?>
135
-		<div id="ui-sharing" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
133
+	<?php if (class_exists('LSX_Sharing')) { ?>
134
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects') || class_exists('LSX_Services') || class_exists('LSX_Blog_Customizer')) ? '' : 'active'; ?>
135
+		<div id="ui-sharing" class="ui-tab <?php echo esc_attr($class_active); ?>">
136 136
 			<table class="form-table">
137 137
 				<tbody>
138
-					<?php do_action( 'lsx_framework_display_tab_content', 'sharing' ); ?>
138
+					<?php do_action('lsx_framework_display_tab_content', 'sharing'); ?>
139 139
 				</tbody>
140 140
 			</table>
141 141
 		</div>
142 142
 	<?php } ?>
143 143
 
144
-	<?php if ( class_exists( 'LSX_Videos' ) ) { ?>
145
-		<?php $class_active = ( class_exists( 'LSX_Banners' ) || class_exists( 'LSX_Currencies' ) || class_exists( 'LSX_Team' ) || class_exists( 'LSX_Testimonials' ) || class_exists( 'LSX_Projects' ) || class_exists( 'LSX_Services' ) || class_exists( 'LSX_Blog_Customizer' ) || class_exists( 'LSX_Sharing' ) ) ? '' : 'active'; ?>
146
-		<div id="ui-videos" class="ui-tab <?php echo esc_attr( $class_active ); ?>">
144
+	<?php if (class_exists('LSX_Videos')) { ?>
145
+		<?php $class_active = (class_exists('LSX_Banners') || class_exists('LSX_Currencies') || class_exists('LSX_Team') || class_exists('LSX_Testimonials') || class_exists('LSX_Projects') || class_exists('LSX_Services') || class_exists('LSX_Blog_Customizer') || class_exists('LSX_Sharing')) ? '' : 'active'; ?>
146
+		<div id="ui-videos" class="ui-tab <?php echo esc_attr($class_active); ?>">
147 147
 			<table class="form-table">
148 148
 				<tbody>
149
-					<?php do_action( 'lsx_framework_display_tab_content', 'videos' ); ?>
149
+					<?php do_action('lsx_framework_display_tab_content', 'videos'); ?>
150 150
 				</tbody>
151 151
 			</table>
152 152
 		</div>
153 153
 	<?php } ?>
154 154
 
155
-	<?php do_action( 'lsx_framework_display_tab_bottom', 'display' ); ?>
155
+	<?php do_action('lsx_framework_display_tab_bottom', 'display'); ?>
156 156
 </div>
Please login to merge, or discard this patch.
lsx-sharing.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@
 block discarded – undo
13 13
  */
14 14
 
15 15
 // If this file is called directly, abort.
16
-if ( ! defined( 'WPINC' ) ) {
16
+if ( ! defined('WPINC')) {
17 17
 	die;
18 18
 }
19 19
 
20
-define( 'LSX_SHARING_PATH', plugin_dir_path( __FILE__ ) );
21
-define( 'LSX_SHARING_CORE', __FILE__ );
22
-define( 'LSX_SHARING_URL', plugin_dir_url( __FILE__ ) );
23
-define( 'LSX_SHARING_VER', '1.2.0' );
20
+define('LSX_SHARING_PATH', plugin_dir_path(__FILE__));
21
+define('LSX_SHARING_CORE', __FILE__);
22
+define('LSX_SHARING_URL', plugin_dir_url(__FILE__));
23
+define('LSX_SHARING_VER', '1.2.0');
24 24
 
25 25
 /* ======================= Below is the Plugin Class init ========================= */
26 26
 require_once LSX_SHARING_PATH . '/classes/class-sharing.php';
Please login to merge, or discard this patch.
includes/functions.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -12,12 +12,12 @@  discard block
 block discarded – undo
12 12
  *
13 13
  * @return boolean
14 14
  */
15
-function is_button_disabled( $post_type = '' , $service = '' ) {
15
+function is_button_disabled($post_type = '', $service = '') {
16 16
 	$sharing = lsx_sharing();
17 17
 	$option  = false;
18
-	if ( false === $sharing->is_new_options && isset( $sharing->options['display'] ) && ! empty( $sharing->options['display'][ 'sharing_disable_' . $service ] ) ) {
18
+	if (false === $sharing->is_new_options && isset($sharing->options['display']) && ! empty($sharing->options['display']['sharing_disable_' . $service])) {
19 19
 		$option = true;
20
-	} elseif ( true === $sharing->is_new_options && ! empty( $sharing->options[ $post_type . '_disable_' . $service ] ) ) {
20
+	} elseif (true === $sharing->is_new_options && ! empty($sharing->options[$post_type . '_disable_' . $service])) {
21 21
 		$option = true;
22 22
 	}
23 23
 	return $option;
@@ -28,12 +28,12 @@  discard block
 block discarded – undo
28 28
  *
29 29
  * @return boolean
30 30
  */
31
-function is_pt_disabled( $post_type = '' ) {
31
+function is_pt_disabled($post_type = '') {
32 32
 	$sharing = lsx_sharing();
33 33
 	$option  = false;
34
-	if ( false === $sharing->is_new_options && isset( $sharing->options['display'] ) && ! empty( $sharing->options['display'][ 'sharing_disable_pt_' . $post_type ] ) ) {
34
+	if (false === $sharing->is_new_options && isset($sharing->options['display']) && ! empty($sharing->options['display']['sharing_disable_pt_' . $post_type])) {
35 35
 		$option = true;
36
-	} elseif ( true === $sharing->is_new_options && isset( $sharing->options[ $post_type . '_disable_pt' ] ) ) {
36
+	} elseif (true === $sharing->is_new_options && isset($sharing->options[$post_type . '_disable_pt'])) {
37 37
 		$option = true;
38 38
 	}
39 39
 	return $option;
@@ -47,9 +47,9 @@  discard block
 block discarded – undo
47 47
 function is_disabled() {
48 48
 	$sharing = lsx_sharing();
49 49
 	$option  = false;
50
-	if ( false === $sharing->is_new_options && isset( $sharing->options['display'] ) && ! empty( $sharing->options['display']['sharing_disable_all'] ) ) {
50
+	if (false === $sharing->is_new_options && isset($sharing->options['display']) && ! empty($sharing->options['display']['sharing_disable_all'])) {
51 51
 		$option = true;
52
-	} elseif ( true === $sharing->is_new_options && isset( $sharing->options['global_disable_all'] ) ) {
52
+	} elseif (true === $sharing->is_new_options && isset($sharing->options['global_disable_all'])) {
53 53
 		$option = true;
54 54
 	}
55 55
 	return $option;
@@ -60,15 +60,15 @@  discard block
 block discarded – undo
60 60
  *
61 61
  * @return string
62 62
  */
63
-function get_sharing_text( $post_type = '' ) {
63
+function get_sharing_text($post_type = '') {
64 64
 	$sharing = lsx_sharing();
65 65
 	$text    = '';
66
-	if ( false === $sharing->is_new_options && isset( $sharing->options['display'] ) && ! empty( $sharing->options['display']['sharing_label_text'] ) ) {
66
+	if (false === $sharing->is_new_options && isset($sharing->options['display']) && ! empty($sharing->options['display']['sharing_label_text'])) {
67 67
 		$text = $sharing->options['display']['sharing_label_text'];
68
-	} elseif ( true === $sharing->is_new_options ) {
69
-		if ( isset( $sharing->options[ $post_type . '_label_text' ] ) ) {
70
-			$text = $sharing->options[ $post_type . '_label_text' ];
71
-		} elseif ( isset( $sharing->options['global_label_text'] ) ) {
68
+	} elseif (true === $sharing->is_new_options) {
69
+		if (isset($sharing->options[$post_type . '_label_text'])) {
70
+			$text = $sharing->options[$post_type . '_label_text'];
71
+		} elseif (isset($sharing->options['global_label_text'])) {
72 72
 			$text = $sharing->options['global_label_text'];
73 73
 		}
74 74
 	}
Please login to merge, or discard this patch.
classes/class-sharing.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 	 * Constructor.
50 50
 	 */
51 51
 	public function __construct() {
52
-		add_action( 'init', array( $this, 'set_options' ), 50 );
52
+		add_action('init', array($this, 'set_options'), 50);
53 53
 		$this->load_vendors();
54 54
 		$this->load_includes();
55 55
 		$this->load_classes();
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 	 */
65 65
 	public static function get_instance() {
66 66
 		// If the single instance hasn't been set, set it now.
67
-		if ( null === self::$instance ) {
67
+		if (null === self::$instance) {
68 68
 			self::$instance = new self();
69 69
 		}
70 70
 		return self::$instance;
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 	 */
76 76
 	private function load_vendors() {
77 77
 		// Configure custom fields.
78
-		if ( ! class_exists( 'CMB2' ) ) {
78
+		if ( ! class_exists('CMB2')) {
79 79
 			require_once LSX_SHARING_PATH . 'vendor/CMB2/init.php';
80 80
 		}
81 81
 	}
@@ -103,19 +103,19 @@  discard block
 block discarded – undo
103 103
 	 * Set options.
104 104
 	 */
105 105
 	public function set_options() {
106
-		if ( function_exists( 'tour_operator' ) ) {
107
-			$this->options = get_option( '_lsx-to_settings', false );
106
+		if (function_exists('tour_operator')) {
107
+			$this->options = get_option('_lsx-to_settings', false);
108 108
 		} else {
109
-			$this->options = get_option( '_lsx_settings', false );
109
+			$this->options = get_option('_lsx_settings', false);
110 110
 
111
-			if ( false === $this->options ) {
112
-				$this->options = get_option( '_lsx_lsx-settings', false );
111
+			if (false === $this->options) {
112
+				$this->options = get_option('_lsx_lsx-settings', false);
113 113
 			}
114 114
 		}
115 115
 
116
-		$new_options = get_option( 'lsx-sharing-settings' );
117
-		if ( ! empty( $new_options ) ) {
118
-			if ( '' !== $new_options && false !== $new_options ) {
116
+		$new_options = get_option('lsx-sharing-settings');
117
+		if ( ! empty($new_options)) {
118
+			if ('' !== $new_options && false !== $new_options) {
119 119
 				$this->is_new_options = true;
120 120
 				$this->options        = $new_options;
121 121
 			}
Please login to merge, or discard this patch.
classes/class-frontend.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 	 */
48 48
 	public static function get_instance() {
49 49
 		// If the single instance hasn't been set, set it now.
50
-		if ( null == self::$instance ) {
50
+		if (null == self::$instance) {
51 51
 			self::$instance = new self();
52 52
 		}
53 53
 		return self::$instance;
@@ -65,8 +65,8 @@  discard block
 block discarded – undo
65 65
 	/**
66 66
 	 * Backwards compatabile function for the sharing buttons.
67 67
 	 */
68
-	public function sharing_buttons( $buttons = array( 'facebook', 'twitter', 'pinterest' ), $echo = false, $post_id = false ) {
69
-		wc_deprecated_function( 'LSX_Sharing_Frontend::sharing_buttons()', '1.2.0', 'lsx_sharing()->frontend->output->sharing_buttons()' );
70
-		$this->output->sharing_buttons( $buttons, $echo, $post_id );
68
+	public function sharing_buttons($buttons = array('facebook', 'twitter', 'pinterest'), $echo = false, $post_id = false) {
69
+		wc_deprecated_function('LSX_Sharing_Frontend::sharing_buttons()', '1.2.0', 'lsx_sharing()->frontend->output->sharing_buttons()');
70
+		$this->output->sharing_buttons($buttons, $echo, $post_id);
71 71
 	}
72 72
 }
Please login to merge, or discard this patch.
classes/frontend/class-button.php 1 patch
Spacing   +38 added lines, -38 removed lines patch added patch discarded remove patch
@@ -35,12 +35,12 @@  discard block
 block discarded – undo
35 35
 	/**
36 36
 	 * Constructor.
37 37
 	 */
38
-	public function __construct( $service, $options, $prefix = 'sharing' ) {
38
+	public function __construct($service, $options, $prefix = 'sharing') {
39 39
 		$this->options = $options;
40
-		if ( ! in_array( $service, $this->services, true ) ) {
40
+		if ( ! in_array($service, $this->services, true)) {
41 41
 			return;
42 42
 		}
43
-		if ( \lsx\sharing\includes\functions\is_button_disabled( 'global', $service ) || \lsx\sharing\includes\functions\is_button_disabled( $prefix, $service ) ) {
43
+		if (\lsx\sharing\includes\functions\is_button_disabled('global', $service) || \lsx\sharing\includes\functions\is_button_disabled($prefix, $service)) {
44 44
 			return '';
45 45
 		}
46 46
 		$this->service = $service;
@@ -49,42 +49,42 @@  discard block
 block discarded – undo
49 49
 	/**
50 50
 	 * Get service link to share.
51 51
 	 */
52
-	public function get_link( $post ) {
53
-		if ( empty( $post ) ) {
52
+	public function get_link($post) {
53
+		if (empty($post)) {
54 54
 			return '';
55 55
 		}
56 56
 
57
-		if ( 'email' === $this->service ) {
58
-			return $this->get_link_email( $post );
59
-		} elseif ( 'facebook' === $this->service ) {
60
-			return $this->get_link_facebook( $post );
61
-		} elseif ( 'twitter' === $this->service ) {
62
-			return $this->get_link_twitter( $post );
63
-		} elseif ( 'pinterest' === $this->service ) {
64
-			return $this->get_link_pinterest( $post );
57
+		if ('email' === $this->service) {
58
+			return $this->get_link_email($post);
59
+		} elseif ('facebook' === $this->service) {
60
+			return $this->get_link_facebook($post);
61
+		} elseif ('twitter' === $this->service) {
62
+			return $this->get_link_twitter($post);
63
+		} elseif ('pinterest' === $this->service) {
64
+			return $this->get_link_pinterest($post);
65 65
 		}
66 66
 	}
67 67
 
68 68
 	/**
69 69
 	 * Get Facebook link to share.
70 70
 	 */
71
-	public function get_link_facebook( $post ) {
72
-		$permalink = get_permalink( $post->ID );
73
-		$permalink = apply_filters( 'lsx_sharing_facebook_url', $permalink, $post );
74
-		$title     = apply_filters( 'the_title', $post->post_title );
71
+	public function get_link_facebook($post) {
72
+		$permalink = get_permalink($post->ID);
73
+		$permalink = apply_filters('lsx_sharing_facebook_url', $permalink, $post);
74
+		$title     = apply_filters('the_title', $post->post_title);
75 75
 
76
-		return 'https://www.facebook.com/sharer.php?display=page&u=' . rawurlencode( $permalink ) . '&t=' . rawurlencode( $title );
76
+		return 'https://www.facebook.com/sharer.php?display=page&u=' . rawurlencode($permalink) . '&t=' . rawurlencode($title);
77 77
 	}
78 78
 
79 79
 	/**
80 80
 	 * Get Twitter link to share.
81 81
 	 */
82
-	public function get_link_twitter( $post ) {
83
-		$permalink = get_permalink( $post->ID );
84
-		$permalink = apply_filters( 'lsx_sharing_twitter_url', $permalink, $post );
85
-		$title     = apply_filters( 'the_title', $post->post_title );
82
+	public function get_link_twitter($post) {
83
+		$permalink = get_permalink($post->ID);
84
+		$permalink = apply_filters('lsx_sharing_twitter_url', $permalink, $post);
85
+		$title     = apply_filters('the_title', $post->post_title);
86 86
 
87
-		if ( function_exists( 'mb_stripos' ) ) {
87
+		if (function_exists('mb_stripos')) {
88 88
 			$strlen = 'mb_strlen';
89 89
 			$substr = 'mb_substr';
90 90
 		} else {
@@ -94,34 +94,34 @@  discard block
 block discarded – undo
94 94
 
95 95
 		$short_url_length = 24;
96 96
 
97
-		if ( ( $strlen( $title ) + $short_url_length ) > 140 ) {
98
-			$text = $substr( $title, 0, ( 140 - $short_url_length - 1 ) ) . "\xE2\x80\xA6";
97
+		if (($strlen($title) + $short_url_length) > 140) {
98
+			$text = $substr($title, 0, (140 - $short_url_length - 1)) . "\xE2\x80\xA6";
99 99
 		} else {
100 100
 			$text = $title;
101 101
 		}
102 102
 
103
-		return 'https://twitter.com/intent/tweet?text=' . rawurlencode( $text ) . '&url=' . rawurlencode( $permalink );
103
+		return 'https://twitter.com/intent/tweet?text=' . rawurlencode($text) . '&url=' . rawurlencode($permalink);
104 104
 	}
105 105
 
106 106
 	/**
107 107
 	 * Get Pinterest link to share.
108 108
 	 */
109
-	public function get_link_pinterest( $post ) {
110
-		$permalink = get_permalink( $post->ID );
111
-		$permalink = apply_filters( 'lsx_sharing_pinterest_url', $permalink, $post );
112
-		$title     = apply_filters( 'the_title', $post->post_title );
113
-
114
-		if ( ! has_post_thumbnail( $post ) ) {
115
-			if ( class_exists( 'lsx\legacy\Placeholders' ) ) {
116
-				$image = lsx\legacy\Placeholders::placeholder_url( null, $post->post_type );
117
-			} elseif ( class_exists( 'LSX_Placeholders' ) ) {
118
-				$image = LSX_Placeholders::placeholder_url( null, $post->post_type );
109
+	public function get_link_pinterest($post) {
110
+		$permalink = get_permalink($post->ID);
111
+		$permalink = apply_filters('lsx_sharing_pinterest_url', $permalink, $post);
112
+		$title     = apply_filters('the_title', $post->post_title);
113
+
114
+		if ( ! has_post_thumbnail($post)) {
115
+			if (class_exists('lsx\legacy\Placeholders')) {
116
+				$image = lsx\legacy\Placeholders::placeholder_url(null, $post->post_type);
117
+			} elseif (class_exists('LSX_Placeholders')) {
118
+				$image = LSX_Placeholders::placeholder_url(null, $post->post_type);
119 119
 			}
120 120
 		} else {
121
-			$image = get_the_post_thumbnail_url( $post->ID, 'large' );
121
+			$image = get_the_post_thumbnail_url($post->ID, 'large');
122 122
 		}
123 123
 
124
-		return 'https://www.pinterest.com/pin/create/button/?url=' . rawurlencode( $permalink ) . '&media=' . rawurlencode( $image ) . '&description=' . rawurlencode( $title );
124
+		return 'https://www.pinterest.com/pin/create/button/?url=' . rawurlencode($permalink) . '&media=' . rawurlencode($image) . '&description=' . rawurlencode($title);
125 125
 	}
126 126
 
127 127
 	/**
Please login to merge, or discard this patch.
classes/admin/class-settings.php 1 patch
Spacing   +66 added lines, -66 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@  discard block
 block discarded – undo
21 21
 	 * Contructor
22 22
 	 */
23 23
 	public function __construct() {
24
-		add_action( 'cmb2_admin_init', array( $this, 'register_settings_page' ) );
25
-		add_action( 'lsx_sharing_settings_page', array( $this, 'configure_general_fields' ), 15, 1 );
26
-		add_action( 'lsx_sharing_settings_page', array( $this, 'configure_archive_fields' ), 15, 1 );
27
-		add_action( 'admin_enqueue_scripts', array( $this, 'assets' ) );
24
+		add_action('cmb2_admin_init', array($this, 'register_settings_page'));
25
+		add_action('lsx_sharing_settings_page', array($this, 'configure_general_fields'), 15, 1);
26
+		add_action('lsx_sharing_settings_page', array($this, 'configure_archive_fields'), 15, 1);
27
+		add_action('admin_enqueue_scripts', array($this, 'assets'));
28 28
 	}
29 29
 
30 30
 	/**
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 	 */
37 37
 	public static function get_instance() {
38 38
 		// If the single instance hasn't been set, set it now.
39
-		if ( null == self::$instance ) {
39
+		if (null == self::$instance) {
40 40
 			self::$instance = new self();
41 41
 		}
42 42
 		return self::$instance;
@@ -50,23 +50,23 @@  discard block
 block discarded – undo
50 50
 	public function register_settings_page() {
51 51
 		$args = array(
52 52
 			'id'           => 'lsx_sharing_settings',
53
-			'title'        => '<h1>' . esc_html__( 'LSX Sharing Settings', 'lsx-search' ) . ' <span class="version">' . LSX_SHARING_VER . '</span></h1>',
54
-			'menu_title'   => esc_html__( 'LSX Sharing', 'search' ), // Falls back to 'title' (above).
55
-			'object_types' => array( 'options-page' ),
53
+			'title'        => '<h1>' . esc_html__('LSX Sharing Settings', 'lsx-search') . ' <span class="version">' . LSX_SHARING_VER . '</span></h1>',
54
+			'menu_title'   => esc_html__('LSX Sharing', 'search'), // Falls back to 'title' (above).
55
+			'object_types' => array('options-page'),
56 56
 			'option_key'   => 'lsx-sharing-settings', // The option key and admin menu page slug.
57 57
 			'parent_slug'  => 'options-general.php',
58 58
 			'capability'   => 'manage_options', // Cap required to view options-page.
59 59
 		);
60
-		$cmb  = new_cmb2_box( $args );
61
-		do_action( 'lsx_sharing_settings_page', $cmb );
60
+		$cmb = new_cmb2_box($args);
61
+		do_action('lsx_sharing_settings_page', $cmb);
62 62
 	}
63 63
 
64 64
 	/**
65 65
 	 * Enqueue JS and CSS.
66 66
 	 */
67
-	public function assets( $hook ) {
68
-		wp_enqueue_script( 'lsx-sharing-admin', LSX_SHARING_URL . 'assets/js/src/lsx-sharing-admin.js', array( 'jquery' ), LSX_SHARING_VER, true );
69
-		wp_enqueue_style( 'lsx-sharing-admin', LSX_SHARING_URL . 'assets/css/lsx-sharing-admin.css', array(), LSX_SHARING_VER );
67
+	public function assets($hook) {
68
+		wp_enqueue_script('lsx-sharing-admin', LSX_SHARING_URL . 'assets/js/src/lsx-sharing-admin.js', array('jquery'), LSX_SHARING_VER, true);
69
+		wp_enqueue_style('lsx-sharing-admin', LSX_SHARING_URL . 'assets/css/lsx-sharing-admin.css', array(), LSX_SHARING_VER);
70 70
 	}
71 71
 
72 72
 	/**
@@ -74,12 +74,12 @@  discard block
 block discarded – undo
74 74
 	 *
75 75
 	 * @return  void
76 76
 	 */
77
-	public function configure_general_fields( $cmb ) {
77
+	public function configure_general_fields($cmb) {
78 78
 		$global_args = array(
79
-			'title' => __( 'Global', 'lsx-search' ),
80
-			'desc'  => esc_html__( 'Control the sharing WordPress post types.', 'lsx-search' ),
79
+			'title' => __('Global', 'lsx-search'),
80
+			'desc'  => esc_html__('Control the sharing WordPress post types.', 'lsx-search'),
81 81
 		);
82
-		$this->get_fields( $cmb, 'global', $global_args );
82
+		$this->get_fields($cmb, 'global', $global_args);
83 83
 	}
84 84
 
85 85
 	/**
@@ -89,54 +89,54 @@  discard block
 block discarded – undo
89 89
 	 * @param string $position either top of bottom.
90 90
 	 * @return void
91 91
 	 */
92
-	public function configure_archive_fields( $cmb ) {
92
+	public function configure_archive_fields($cmb) {
93 93
 		$archives       = array();
94 94
 		$post_type_args = array(
95 95
 			'public' => true,
96 96
 		);
97
-		$post_types     = get_post_types( $post_type_args );
98
-		if ( ! empty( $post_types ) ) {
99
-			foreach ( $post_types as $post_type_key => $post_type_value ) {
100
-				switch ( $post_type_key ) {
97
+		$post_types     = get_post_types($post_type_args);
98
+		if ( ! empty($post_types)) {
99
+			foreach ($post_types as $post_type_key => $post_type_value) {
100
+				switch ($post_type_key) {
101 101
 					case 'post':
102 102
 						$page_url      = home_url();
103
-						$page_title    = __( 'Home', 'lsx-search' );
104
-						$show_on_front = get_option( 'show_on_front' );
105
-						if ( 'page' === $show_on_front ) {
106
-							$page_for_posts = get_option( 'page_for_posts' );
107
-							if ( '' !== $page_for_posts ) {
108
-								$page_title   = get_the_title( $page_for_posts );
109
-								$page_url     = get_permalink( $page_for_posts );
103
+						$page_title    = __('Home', 'lsx-search');
104
+						$show_on_front = get_option('show_on_front');
105
+						if ('page' === $show_on_front) {
106
+							$page_for_posts = get_option('page_for_posts');
107
+							if ('' !== $page_for_posts) {
108
+								$page_title   = get_the_title($page_for_posts);
109
+								$page_url     = get_permalink($page_for_posts);
110 110
 							}
111 111
 						}
112 112
 						$description = sprintf(
113 113
 							/* translators: %s: The subscription info */
114
-							__( 'Control the filters which show on your <a target="_blank" href="%1$s">%2$s</a> posts.', 'lsx-search' ),
114
+							__('Control the filters which show on your <a target="_blank" href="%1$s">%2$s</a> posts.', 'lsx-search'),
115 115
 							$page_url,
116 116
 							$page_title
117 117
 						);
118
-						$archives[ $post_type_key ] = array(
119
-							'title' => __( 'Blog', 'lsx-search' ),
118
+						$archives[$post_type_key] = array(
119
+							'title' => __('Blog', 'lsx-search'),
120 120
 							'desc'  => $description,
121 121
 						);
122 122
 						break;
123 123
 
124 124
 					case 'product':
125 125
 						$page_url = home_url();
126
-						$page_title    = __( 'Shop', 'lsx-search' );
127
-						if ( function_exists( 'wc_get_page_id' ) ) {
128
-							$shop_page  = wc_get_page_id( 'shop' );
129
-							$page_url   = get_permalink( $shop_page );
130
-							$page_title = get_the_title( $shop_page );
126
+						$page_title = __('Shop', 'lsx-search');
127
+						if (function_exists('wc_get_page_id')) {
128
+							$shop_page  = wc_get_page_id('shop');
129
+							$page_url   = get_permalink($shop_page);
130
+							$page_title = get_the_title($shop_page);
131 131
 						}
132 132
 						$description = sprintf(
133 133
 							/* translators: %s: The subscription info */
134
-							__( 'Control the filters which show on your <a target="_blank" href="%1$s">%2$s</a> product pages.', 'lsx-search' ),
134
+							__('Control the filters which show on your <a target="_blank" href="%1$s">%2$s</a> product pages.', 'lsx-search'),
135 135
 							$page_url,
136 136
 							$page_title
137 137
 						);
138
-						$archives[ $post_type_key ] = array(
139
-							'title' => __( 'Shop', 'lsx-search' ),
138
+						$archives[$post_type_key] = array(
139
+							'title' => __('Shop', 'lsx-search'),
140 140
 							'desc'  => $description,
141 141
 						);
142 142
 						break;
@@ -146,17 +146,17 @@  discard block
 block discarded – undo
146 146
 						break;
147 147
 
148 148
 					default:
149
-						$temp_post_type = get_post_type_object( $post_type_key );
150
-						if ( ! is_wp_error( $temp_post_type ) ) {
151
-							$page_url    = get_post_type_archive_link( $temp_post_type->name );
149
+						$temp_post_type = get_post_type_object($post_type_key);
150
+						if ( ! is_wp_error($temp_post_type)) {
151
+							$page_url    = get_post_type_archive_link($temp_post_type->name);
152 152
 							$description = sprintf(
153 153
 								/* translators: %s: The subscription info */
154
-								__( 'Control the filters which show on your <a target="_blank" href="%1$s">%2$s</a> singles.', 'lsx-search' ),
154
+								__('Control the filters which show on your <a target="_blank" href="%1$s">%2$s</a> singles.', 'lsx-search'),
155 155
 								$page_url,
156 156
 								$temp_post_type->label
157 157
 							);
158 158
 
159
-							$archives[ $post_type_key ] = array(
159
+							$archives[$post_type_key] = array(
160 160
 								'title' => $temp_post_type->label,
161 161
 								'desc'  => $description,
162 162
 							);
@@ -165,9 +165,9 @@  discard block
 block discarded – undo
165 165
 				}
166 166
 			}
167 167
 		}
168
-		if ( ! empty( $archives ) ) {
169
-			foreach ( $archives as $archive_key => $archive_args ) {
170
-				$this->get_fields( $cmb, $archive_key, $archive_args );
168
+		if ( ! empty($archives)) {
169
+			foreach ($archives as $archive_key => $archive_args) {
170
+				$this->get_fields($cmb, $archive_key, $archive_args);
171 171
 			}
172 172
 		}
173 173
 	}
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 	 * @param array $args
181 181
 	 * @return void
182 182
 	 */
183
-	public function get_fields( $cmb, $section, $args ) {
183
+	public function get_fields($cmb, $section, $args) {
184 184
 		$cmb->add_field(
185 185
 			array(
186 186
 				'id'          => 'settings_' . $section . '_sharing',
@@ -190,21 +190,21 @@  discard block
 block discarded – undo
190 190
 				'description' => $args['desc'],
191 191
 			)
192 192
 		);
193
-		if ( 'global' === $section ) {
193
+		if ('global' === $section) {
194 194
 			$cmb->add_field(
195 195
 				array(
196
-					'name'        => esc_html__( 'Disable all', 'lsx-sharing' ),
196
+					'name'        => esc_html__('Disable all', 'lsx-sharing'),
197 197
 					'id'          => $section . '_disable_all',
198
-					'description' => esc_html__( 'Disable all share buttons on the site', 'lsx-sharing' ),
198
+					'description' => esc_html__('Disable all share buttons on the site', 'lsx-sharing'),
199 199
 					'type'        => 'checkbox',
200 200
 				)
201 201
 			);
202 202
 		} else {
203 203
 			$cmb->add_field(
204 204
 				array(
205
-					'name'        => esc_html__( 'Disable', 'lsx-sharing' ) . ' ' . $args['title'],
205
+					'name'        => esc_html__('Disable', 'lsx-sharing') . ' ' . $args['title'],
206 206
 					'id'          => $section . '_disable_pt',
207
-					'description' => esc_html__( 'Disable all share buttons on this post type', 'lsx-sharing' ),
207
+					'description' => esc_html__('Disable all share buttons on this post type', 'lsx-sharing'),
208 208
 					'type'        => 'checkbox',
209 209
 				)
210 210
 			);
@@ -212,44 +212,44 @@  discard block
 block discarded – undo
212 212
 
213 213
 		$cmb->add_field(
214 214
 			array(
215
-				'name'        => esc_html__( 'Label text', 'lsx-sharing' ),
215
+				'name'        => esc_html__('Label text', 'lsx-sharing'),
216 216
 				'id'          => $section . '_label_text',
217
-				'description' => esc_html__( 'A default label for the sharing.', 'lsx-sharing' ),
217
+				'description' => esc_html__('A default label for the sharing.', 'lsx-sharing'),
218 218
 				'type'        => 'text',
219 219
 			)
220 220
 		);
221
-		if ( 'global' === $section || ( 'global' !== $section && ! \lsx\sharing\includes\functions\is_button_disabled( 'global', 'facebook' ) ) ) {
221
+		if ('global' === $section || ('global' !== $section && ! \lsx\sharing\includes\functions\is_button_disabled('global', 'facebook'))) {
222 222
 			$cmb->add_field(
223 223
 				array(
224
-					'name'        => esc_html__( 'Disable Facebook', 'lsx-sharing' ),
224
+					'name'        => esc_html__('Disable Facebook', 'lsx-sharing'),
225 225
 					'id'          => $section . '_disable_facebook',
226
-					'description' => esc_html__( 'Disable Facebook share button.', 'lsx-sharing' ),
226
+					'description' => esc_html__('Disable Facebook share button.', 'lsx-sharing'),
227 227
 					'type'        => 'checkbox',
228 228
 				)
229 229
 			);
230 230
 		}
231
-		if ( 'global' === $section || ( 'global' !== $section && ! \lsx\sharing\includes\functions\is_button_disabled( 'global', 'twitter' ) ) ) {
231
+		if ('global' === $section || ('global' !== $section && ! \lsx\sharing\includes\functions\is_button_disabled('global', 'twitter'))) {
232 232
 			$cmb->add_field(
233 233
 				array(
234
-					'name'        => esc_html__( 'Disable Twitter', 'lsx-sharing' ),
234
+					'name'        => esc_html__('Disable Twitter', 'lsx-sharing'),
235 235
 					'id'          => $section . '_disable_twitter',
236
-					'description' => esc_html__( 'Disable Twitter share button.', 'lsx-sharing' ),
236
+					'description' => esc_html__('Disable Twitter share button.', 'lsx-sharing'),
237 237
 					'type'        => 'checkbox',
238 238
 				)
239 239
 			);
240 240
 		}
241
-		if ( 'global' === $section || ( 'global' !== $section && ! \lsx\sharing\includes\functions\is_button_disabled( 'global', 'pinterest' ) ) ) {
241
+		if ('global' === $section || ('global' !== $section && ! \lsx\sharing\includes\functions\is_button_disabled('global', 'pinterest'))) {
242 242
 			$cmb->add_field(
243 243
 				array(
244
-					'name'        => esc_html__( 'Disable Pinterest', 'lsx-sharing' ),
244
+					'name'        => esc_html__('Disable Pinterest', 'lsx-sharing'),
245 245
 					'id'          => $section . '_disable_pinterest',
246
-					'description' => esc_html__( 'Disable Pinterest button.', 'lsx-sharing' ),
246
+					'description' => esc_html__('Disable Pinterest button.', 'lsx-sharing'),
247 247
 					'type'        => 'checkbox',
248 248
 				)
249 249
 			);
250 250
 		}
251 251
 
252
-		do_action( 'lsx_sharing_settings_section', $cmb, $section );
252
+		do_action('lsx_sharing_settings_section', $cmb, $section);
253 253
 		$cmb->add_field(
254 254
 			array(
255 255
 				'id'   => $section . '_title_closing',
Please login to merge, or discard this patch.
classes/class-admin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 	 */
52 52
 	public static function get_instance() {
53 53
 		// If the single instance hasn't been set, set it now.
54
-		if ( null === self::$instance ) {
54
+		if (null === self::$instance) {
55 55
 			self::$instance = new self();
56 56
 		}
57 57
 		return self::$instance;
Please login to merge, or discard this patch.
classes/frontend/class-output.php 1 patch
Spacing   +45 added lines, -45 removed lines patch added patch discarded remove patch
@@ -21,13 +21,13 @@  discard block
 block discarded – undo
21 21
 	 * Contructor
22 22
 	 */
23 23
 	public function __construct() {
24
-		add_action( 'wp_enqueue_scripts', array( $this, 'assets' ), 5 );
25
-		add_filter( 'wp_kses_allowed_html', array( $this, 'wp_kses_allowed_html' ), 10, 2 );
26
-		add_shortcode( 'lsx_sharing_buttons', array( $this, 'sharing_buttons_shortcode' ) );
24
+		add_action('wp_enqueue_scripts', array($this, 'assets'), 5);
25
+		add_filter('wp_kses_allowed_html', array($this, 'wp_kses_allowed_html'), 10, 2);
26
+		add_shortcode('lsx_sharing_buttons', array($this, 'sharing_buttons_shortcode'));
27 27
 		// Storefront (storefront_loop_post, storefront_single_post).
28
-		add_action( 'storefront_post_content_before', array( $this, 'sharing_buttons_template' ), 20 );
28
+		add_action('storefront_post_content_before', array($this, 'sharing_buttons_template'), 20);
29 29
 		// WooCommerce.
30
-		add_action( 'woocommerce_share', array( $this, 'sharing_buttons_template' ) );
30
+		add_action('woocommerce_share', array($this, 'sharing_buttons_template'));
31 31
 	}
32 32
 
33 33
 	/**
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 	 */
40 40
 	public static function get_instance() {
41 41
 		// If the single instance hasn't been set, set it now.
42
-		if ( null == self::$instance ) {
42
+		if (null == self::$instance) {
43 43
 			self::$instance = new self();
44 44
 		}
45 45
 		return self::$instance;
@@ -49,14 +49,14 @@  discard block
 block discarded – undo
49 49
 	 * Enques the assets.
50 50
 	 */
51 51
 	public function assets() {
52
-		if ( defined( 'WP_DEBUG' ) && true === WP_DEBUG ) {
52
+		if (defined('WP_DEBUG') && true === WP_DEBUG) {
53 53
 			$min = '';
54 54
 		} else {
55 55
 			$min = '.min';
56 56
 		}
57 57
 		/* Remove assets completely if all sharing options are off */
58 58
 
59
-		if ( \lsx\sharing\includes\functions\is_disabled() ) {
59
+		if (\lsx\sharing\includes\functions\is_disabled()) {
60 60
 			return '';
61 61
 		}
62 62
 
@@ -64,67 +64,67 @@  discard block
 block discarded – undo
64 64
 		$post_type = get_post_type();
65 65
 
66 66
 		/* Only show the assets if the post type sharing option is on */
67
-		if ( ! \lsx\sharing\includes\functions\is_pt_disabled( $post_type ) ) {
67
+		if ( ! \lsx\sharing\includes\functions\is_pt_disabled($post_type)) {
68 68
 
69
-			wp_enqueue_script( 'lsx-sharing', LSX_SHARING_URL . 'assets/js/lsx-sharing' . $min . '.js', array( 'jquery' ), LSX_SHARING_VER, true );
69
+			wp_enqueue_script('lsx-sharing', LSX_SHARING_URL . 'assets/js/lsx-sharing' . $min . '.js', array('jquery'), LSX_SHARING_VER, true);
70 70
 
71
-			$params = apply_filters( 'lsx_sharing_js_params', array(
72
-				'ajax_url' => admin_url( 'admin-ajax.php' ),
71
+			$params = apply_filters('lsx_sharing_js_params', array(
72
+				'ajax_url' => admin_url('admin-ajax.php'),
73 73
 			));
74 74
 
75
-			wp_localize_script( 'lsx-sharing', 'lsx_sharing_params', $params );
75
+			wp_localize_script('lsx-sharing', 'lsx_sharing_params', $params);
76 76
 
77
-			wp_enqueue_style( 'lsx-sharing', LSX_SHARING_URL . 'assets/css/lsx-sharing.css', array(), LSX_SHARING_VER );
78
-			wp_style_add_data( 'lsx-sharing', 'rtl', 'replace' );
77
+			wp_enqueue_style('lsx-sharing', LSX_SHARING_URL . 'assets/css/lsx-sharing.css', array(), LSX_SHARING_VER);
78
+			wp_style_add_data('lsx-sharing', 'rtl', 'replace');
79 79
 		}
80 80
 	}
81 81
 
82 82
 	/**
83 83
 	 * Display/return sharing buttons.
84 84
 	 */
85
-	public function sharing_buttons( $buttons = array( 'facebook', 'twitter', 'pinterest' ), $echo = false, $post_id = false ) {
85
+	public function sharing_buttons($buttons = array('facebook', 'twitter', 'pinterest'), $echo = false, $post_id = false) {
86 86
 		$sharing_content = '';
87 87
 
88
-		if ( ( is_preview() || is_admin() ) && ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
88
+		if ((is_preview() || is_admin()) && ! (defined('DOING_AJAX') && DOING_AJAX)) {
89 89
 			return '';
90 90
 		}
91 91
 
92 92
 		//Set our variables
93 93
 		global $post;
94 94
 		$share_post = $post;
95
-		if ( false !== $post_id ) {
96
-			$share_post = get_post( $post_id );
97
-			$post_type = get_post_type( $post_id );
95
+		if (false !== $post_id) {
96
+			$share_post = get_post($post_id);
97
+			$post_type = get_post_type($post_id);
98 98
 		} else {
99 99
 			$post_type = get_post_type();
100 100
 		}
101 101
 
102
-		if ( \lsx\sharing\includes\functions\is_disabled() || \lsx\sharing\includes\functions\is_pt_disabled( $post_type ) ) {
102
+		if (\lsx\sharing\includes\functions\is_disabled() || \lsx\sharing\includes\functions\is_pt_disabled($post_type)) {
103 103
 			return '';
104 104
 		}
105 105
 
106
-		if ( ( is_array( $buttons ) && count( $buttons ) > 0 ) ) {
106
+		if ((is_array($buttons) && count($buttons) > 0)) {
107 107
 			$sharing_content .= '<div class="lsx-sharing-content"><p>';
108 108
 
109
-			$sharing_text = \lsx\sharing\includes\functions\get_sharing_text( $post_type );
110
-			if ( '' !== $sharing_text ) {
109
+			$sharing_text = \lsx\sharing\includes\functions\get_sharing_text($post_type);
110
+			if ('' !== $sharing_text) {
111 111
 				$sharing_content .= '<span class="lsx-sharing-label">' . $sharing_text . '</span>';
112 112
 			}
113 113
 
114
-			foreach ( $buttons as $id => $button ) {
115
-				$button_obj = new \lsx\sharing\classes\frontend\Button( $button, $this->options, $post_type );
114
+			foreach ($buttons as $id => $button) {
115
+				$button_obj = new \lsx\sharing\classes\frontend\Button($button, $this->options, $post_type);
116 116
 
117
-				if ( ! empty( $button_obj ) ) {
118
-					$url = $button_obj->get_link( $share_post );
117
+				if ( ! empty($button_obj)) {
118
+					$url = $button_obj->get_link($share_post);
119 119
 
120
-					if ( ! empty( $url ) ) {
121
-						if ( 'email' === $button ) {
122
-							if ( ! isset( $this->options['display'] ) || empty( $this->options['display']['sharing_email_form_id'] ) ) {
120
+					if ( ! empty($url)) {
121
+						if ('email' === $button) {
122
+							if ( ! isset($this->options['display']) || empty($this->options['display']['sharing_email_form_id'])) {
123 123
 								continue;
124 124
 							}
125
-							$sharing_content .= '<span class="lsx-sharing-button lsx-sharing-button-' . esc_attr( $button ) . '"><a href="#lsx-sharing-email" data-toggle="modal" data-link="' . esc_url( $url ) . '"><span class="fa" aria-hidden="true"></span></a></span>';
125
+							$sharing_content .= '<span class="lsx-sharing-button lsx-sharing-button-' . esc_attr($button) . '"><a href="#lsx-sharing-email" data-toggle="modal" data-link="' . esc_url($url) . '"><span class="fa" aria-hidden="true"></span></a></span>';
126 126
 						} else {
127
-							$sharing_content .= '<span class="lsx-sharing-button lsx-sharing-button-' . esc_attr( $button ) . '"><a href="' . esc_url( $url ) . '" target="_blank" rel="noopener noreferrer"><span class="fa" aria-hidden="true"></span></a></span>';
127
+							$sharing_content .= '<span class="lsx-sharing-button lsx-sharing-button-' . esc_attr($button) . '"><a href="' . esc_url($url) . '" target="_blank" rel="noopener noreferrer"><span class="fa" aria-hidden="true"></span></a></span>';
128 128
 						}
129 129
 					}
130 130
 				}
@@ -132,8 +132,8 @@  discard block
 block discarded – undo
132 132
 			$sharing_content .= '</p></div>';
133 133
 		}
134 134
 
135
-		if ( $echo ) {
136
-			echo wp_kses_post( $sharing_content );
135
+		if ($echo) {
136
+			echo wp_kses_post($sharing_content);
137 137
 		} else {
138 138
 			return $sharing_content;
139 139
 		}
@@ -142,20 +142,20 @@  discard block
 block discarded – undo
142 142
 	/**
143 143
 	 * Sharing buttons shortcode.
144 144
 	 */
145
-	public function sharing_buttons_shortcode( $atts ) {
146
-		$atts = shortcode_atts( array(
145
+	public function sharing_buttons_shortcode($atts) {
146
+		$atts = shortcode_atts(array(
147 147
 			'buttons' => '',
148
-		), $atts, 'lsx_sharing_buttons' );
148
+		), $atts, 'lsx_sharing_buttons');
149 149
 
150
-		if ( empty( $atts['buttons'] ) ) {
150
+		if (empty($atts['buttons'])) {
151 151
 			return '';
152 152
 		}
153 153
 
154
-		$no_whitespaces = preg_replace( '/\s*,\s*/', ',', filter_var( $atts['buttons'], FILTER_SANITIZE_STRING ) );
155
-		$buttons        = explode( ',', $no_whitespaces );
154
+		$no_whitespaces = preg_replace('/\s*,\s*/', ',', filter_var($atts['buttons'], FILTER_SANITIZE_STRING));
155
+		$buttons        = explode(',', $no_whitespaces);
156 156
 
157
-		if ( is_array( $buttons ) && count( $buttons ) > 0 ) {
158
-			return $this->sharing_buttons( $buttons );
157
+		if (is_array($buttons) && count($buttons) > 0) {
158
+			return $this->sharing_buttons($buttons);
159 159
 		}
160 160
 	}
161 161
 
@@ -163,13 +163,13 @@  discard block
 block discarded – undo
163 163
 	 * Display buttons (template hook).
164 164
 	 */
165 165
 	public function sharing_buttons_template() {
166
-		echo wp_kses_post( $this->sharing_buttons() );
166
+		echo wp_kses_post($this->sharing_buttons());
167 167
 	}
168 168
 
169 169
 	/**
170 170
 	 * Allow data params for Bootstrap modal.
171 171
 	 */
172
-	public function wp_kses_allowed_html( $allowedtags, $context ) {
172
+	public function wp_kses_allowed_html($allowedtags, $context) {
173 173
 		$allowedtags['a']['data-toggle'] = true;
174 174
 		$allowedtags['a']['data-link']   = true;
175 175
 		return $allowedtags;
Please login to merge, or discard this patch.