Passed
Push — master ( 8bad98...f72747 )
by Warwick
02:21 queued 12s
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.
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/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/admin/class-settings-theme.php 1 patch
Spacing   +42 added lines, -42 removed lines patch added patch discarded remove patch
@@ -37,14 +37,14 @@  discard block
 block discarded – undo
37 37
 	 * Contructor
38 38
 	 */
39 39
 	public function __construct() {
40
-		add_filter( 'cmb2_enqueue_css', array( $this, 'disable_cmb2_styles' ), 1, 1 );
41
-		add_action( 'cmb2_before_form', array( $this, 'generate_navigation' ), 10, 4 );
42
-		add_action( 'cmb2_before_title_field_row', array( $this, 'output_tab_open_div' ), 10, 1 );
43
-		add_action( 'cmb2_after_tab_closing_field_row', array( $this, 'output_tab_closing_div' ), 10, 1 );
44
-		add_action( 'cmb2_render_tab_closing', array( $this, 'cmb2_render_callback_for_tab_closing' ), 10, 5 );
45
-		add_filter( 'cmb2_sanitize_tab_closing', array( $this, 'cmb2_sanitize_tab_closing_callback' ), 10, 2 );
46
-		add_action( 'cmb2_after_form', array( $this, 'navigation_js' ), 10, 4 );
47
-		add_filter( 'cmb2_options_page_redirect_url', array( $this, 'add_tab_argument' ), 10, 1 );
40
+		add_filter('cmb2_enqueue_css', array($this, 'disable_cmb2_styles'), 1, 1);
41
+		add_action('cmb2_before_form', array($this, 'generate_navigation'), 10, 4);
42
+		add_action('cmb2_before_title_field_row', array($this, 'output_tab_open_div'), 10, 1);
43
+		add_action('cmb2_after_tab_closing_field_row', array($this, 'output_tab_closing_div'), 10, 1);
44
+		add_action('cmb2_render_tab_closing', array($this, 'cmb2_render_callback_for_tab_closing'), 10, 5);
45
+		add_filter('cmb2_sanitize_tab_closing', array($this, 'cmb2_sanitize_tab_closing_callback'), 10, 2);
46
+		add_action('cmb2_after_form', array($this, 'navigation_js'), 10, 4);
47
+		add_filter('cmb2_options_page_redirect_url', array($this, 'add_tab_argument'), 10, 1);
48 48
 	}
49 49
 
50 50
 	/**
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	 */
57 57
 	public static function get_instance() {
58 58
 		// If the single instance hasn't been set, set it now.
59
-		if ( null == self::$instance ) {
59
+		if (null == self::$instance) {
60 60
 			self::$instance = new self();
61 61
 		}
62 62
 		return self::$instance;
@@ -67,10 +67,10 @@  discard block
 block discarded – undo
67 67
 	 *
68 68
 	 * @return bool $enabled Whether to enable (enqueue) styles.
69 69
 	 */
70
-	public function disable_cmb2_styles( $enabled ) {
71
-		if ( is_admin() ) {
70
+	public function disable_cmb2_styles($enabled) {
71
+		if (is_admin()) {
72 72
 			$current_screen = get_current_screen();
73
-			if ( is_object( $current_screen ) && 'settings_page_lsx-sharing-settings' === $current_screen->id ) {
73
+			if (is_object($current_screen) && 'settings_page_lsx-sharing-settings' === $current_screen->id) {
74 74
 				$enabled = false;
75 75
 			}
76 76
 		}
@@ -86,14 +86,14 @@  discard block
 block discarded – undo
86 86
 	 * @param object $cmb2_obj
87 87
 	 * @return void
88 88
 	 */
89
-	public function generate_navigation( $cmb_id, $object_id, $object_type, $cmb2_obj ) {
90
-		if ( 'lsx_sharing_settings' === $cmb_id && 'lsx-sharing-settings' === $object_id && 'options-page' === $object_type ) {
89
+	public function generate_navigation($cmb_id, $object_id, $object_type, $cmb2_obj) {
90
+		if ('lsx_sharing_settings' === $cmb_id && 'lsx-sharing-settings' === $object_id && 'options-page' === $object_type) {
91 91
 			$this->navigation      = array();
92 92
 			$this->is_options_page = true;
93
-			if ( isset( $cmb2_obj->meta_box['fields'] ) && ! empty( $cmb2_obj->meta_box['fields'] ) ) {
94
-				foreach ( $cmb2_obj->meta_box['fields'] as $field_index => $field ) {
95
-					if ( 'title' === $field['type'] ) {
96
-						$this->navigation[ $field_index ] = $field['name'];
93
+			if (isset($cmb2_obj->meta_box['fields']) && ! empty($cmb2_obj->meta_box['fields'])) {
94
+				foreach ($cmb2_obj->meta_box['fields'] as $field_index => $field) {
95
+					if ('title' === $field['type']) {
96
+						$this->navigation[$field_index] = $field['name'];
97 97
 					}
98 98
 				}
99 99
 			}
@@ -107,32 +107,32 @@  discard block
 block discarded – undo
107 107
 	 * @return void
108 108
 	 */
109 109
 	public function output_navigation() {
110
-		if ( ! empty( $this->navigation ) ) {
110
+		if ( ! empty($this->navigation)) {
111 111
 			?>
112 112
 			<div class="wp-filter hide-if-no-js">
113 113
 				<ul class="filter-links">
114 114
 					<?php
115 115
 					$first_tab    = true;
116
-					$total        = count( $this->navigation );
116
+					$total        = count($this->navigation);
117 117
 					$count        = 0;
118 118
 					$separator    = ' |';
119 119
 					$selected_tab = '';
120
-					if ( isset( $_GET['cmb_tab'] ) && '' !== $_GET['cmb_tab'] ) {
121
-						$selected_tab  = sanitize_text_field( $_GET['cmb_tab'] );
120
+					if (isset($_GET['cmb_tab']) && '' !== $_GET['cmb_tab']) {
121
+						$selected_tab  = sanitize_text_field($_GET['cmb_tab']);
122 122
 						$selected_tab  = 'settings_' . $selected_tab;
123 123
 					}
124
-					foreach ( $this->navigation as $key => $label ) {
124
+					foreach ($this->navigation as $key => $label) {
125 125
 						$count++;
126 126
 						$current_css = '';
127
-						if ( ( true === $first_tab && '' === $selected_tab ) || $key === $selected_tab ) {
127
+						if ((true === $first_tab && '' === $selected_tab) || $key === $selected_tab) {
128 128
 							$first_tab   = false;
129 129
 							$current_css = 'current';
130 130
 						}
131
-						if ( $count === $total ) {
131
+						if ($count === $total) {
132 132
 							$separator = '';
133 133
 						}
134 134
 						?>
135
-							<li><a href="#" class="<?php echo esc_attr( $current_css ); ?>" data-sort="<?php echo esc_attr( $key ); ?>_tab"><?php echo esc_attr( $label ); ?></a><?php echo esc_attr( $separator ); ?></li>
135
+							<li><a href="#" class="<?php echo esc_attr($current_css); ?>" data-sort="<?php echo esc_attr($key); ?>_tab"><?php echo esc_attr($label); ?></a><?php echo esc_attr($separator); ?></li>
136 136
 						<?php
137 137
 					}
138 138
 					?>
@@ -148,10 +148,10 @@  discard block
 block discarded – undo
148 148
 	 * @param object $field CMB2_Field();
149 149
 	 * @return void
150 150
 	 */
151
-	public function output_tab_open_div( $field ) {
152
-		if ( true === $this->is_options_page && isset( $field->args['type'] ) && 'title' === $field->args['type'] ) {
151
+	public function output_tab_open_div($field) {
152
+		if (true === $this->is_options_page && isset($field->args['type']) && 'title' === $field->args['type']) {
153 153
 			?>
154
-			<div id="<?php echo esc_attr( $field->args['id'] ); ?>_tab" class="tab tab-nav hidden">
154
+			<div id="<?php echo esc_attr($field->args['id']); ?>_tab" class="tab tab-nav hidden">
155 155
 			<?php
156 156
 		}
157 157
 	}
@@ -162,19 +162,19 @@  discard block
 block discarded – undo
162 162
 	 * @param object $field CMB2_Field();
163 163
 	 * @return void
164 164
 	 */
165
-	public function output_tab_closing_div( $field ) {
166
-		if ( true === $this->is_options_page && isset( $field->args['type'] ) && 'tab_closing' === $field->args['type'] ) {
165
+	public function output_tab_closing_div($field) {
166
+		if (true === $this->is_options_page && isset($field->args['type']) && 'tab_closing' === $field->args['type']) {
167 167
 			?>
168 168
 			</div>
169 169
 			<?php
170 170
 		}
171 171
 	}
172 172
 
173
-	public function cmb2_render_callback_for_tab_closing( $field, $escaped_value, $object_id, $object_type, $field_type_object ) {
173
+	public function cmb2_render_callback_for_tab_closing($field, $escaped_value, $object_id, $object_type, $field_type_object) {
174 174
 		return;
175 175
 	}
176 176
 
177
-	public function cmb2_sanitize_tab_closing_callback( $override_value, $value ) {
177
+	public function cmb2_sanitize_tab_closing_callback($override_value, $value) {
178 178
 		return '';
179 179
 	}
180 180
 
@@ -186,8 +186,8 @@  discard block
 block discarded – undo
186 186
 	 * @param string $object_type
187 187
 	 * @return void
188 188
 	 */
189
-	public function navigation_js( $cmb_id, $object_id, $object_type ) {
190
-		if ( 'lsx_sharing_settings' === $cmb_id && 'lsx-sharing-settings' === $object_id && 'options-page' === $object_type ) {
189
+	public function navigation_js($cmb_id, $object_id, $object_type) {
190
+		if ('lsx_sharing_settings' === $cmb_id && 'lsx-sharing-settings' === $object_id && 'options-page' === $object_type) {
191 191
 			?>
192 192
 			<script>
193 193
 				var LSX_SHARING_CMB2 = Object.create( null );
@@ -224,14 +224,14 @@  discard block
 block discarded – undo
224 224
 	 * @param string $url
225 225
 	 * @return void
226 226
 	 */
227
-	public function add_tab_argument( $url ) {
228
-		if ( isset( $_POST['cmb_tab'] ) && '' !== $_POST['cmb_tab'] ) { // @codingStandardsIgnoreLine
229
-			$tab_selection = sanitize_text_field( $_POST['cmb_tab'] ); // @codingStandardsIgnoreLine
230
-			$tab_selection = str_replace( array( 'settings_', '_tab' ), '', $tab_selection ); // @codingStandardsIgnoreLine
231
-			if ( 'single' !== $tab_selection ) {
232
-				$url = add_query_arg( 'cmb_tab', $tab_selection, $url );
227
+	public function add_tab_argument($url) {
228
+		if (isset($_POST['cmb_tab']) && '' !== $_POST['cmb_tab']) { // @codingStandardsIgnoreLine
229
+			$tab_selection = sanitize_text_field($_POST['cmb_tab']); // @codingStandardsIgnoreLine
230
+			$tab_selection = str_replace(array('settings_', '_tab'), '', $tab_selection); // @codingStandardsIgnoreLine
231
+			if ('single' !== $tab_selection) {
232
+				$url = add_query_arg('cmb_tab', $tab_selection, $url);
233 233
 			} else {
234
-				$url = remove_query_arg( 'cmb_tab', $url );
234
+				$url = remove_query_arg('cmb_tab', $url);
235 235
 			}
236 236
 		}
237 237
 		return $url;
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/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/frontend/class-output.php 1 patch
Spacing   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -21,15 +21,15 @@  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
-		add_action( 'lsx_entry_after', array( $this, 'output_sharing' ) );
32
+		add_action('lsx_entry_after', array($this, 'output_sharing'));
33 33
 	}
34 34
 
35 35
 	/**
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 	 */
42 42
 	public static function get_instance() {
43 43
 		// If the single instance hasn't been set, set it now.
44
-		if ( null == self::$instance ) {
44
+		if (null == self::$instance) {
45 45
 			self::$instance = new self();
46 46
 		}
47 47
 		return self::$instance;
@@ -51,14 +51,14 @@  discard block
 block discarded – undo
51 51
 	 * Enques the assets.
52 52
 	 */
53 53
 	public function assets() {
54
-		if ( defined( 'WP_DEBUG' ) && true === WP_DEBUG ) {
54
+		if (defined('WP_DEBUG') && true === WP_DEBUG) {
55 55
 			$min = '';
56 56
 		} else {
57 57
 			$min = '.min';
58 58
 		}
59 59
 		/* Remove assets completely if all sharing options are off */
60 60
 
61
-		if ( \lsx\sharing\includes\functions\is_disabled() ) {
61
+		if (\lsx\sharing\includes\functions\is_disabled()) {
62 62
 			return '';
63 63
 		}
64 64
 
@@ -66,67 +66,67 @@  discard block
 block discarded – undo
66 66
 		$post_type = get_post_type();
67 67
 
68 68
 		/* Only show the assets if the post type sharing option is on */
69
-		if ( ! \lsx\sharing\includes\functions\is_pt_disabled( $post_type ) ) {
69
+		if ( ! \lsx\sharing\includes\functions\is_pt_disabled($post_type)) {
70 70
 
71
-			wp_enqueue_script( 'lsx-sharing', LSX_SHARING_URL . 'assets/js/lsx-sharing' . $min . '.js', array( 'jquery' ), LSX_SHARING_VER, true );
71
+			wp_enqueue_script('lsx-sharing', LSX_SHARING_URL . 'assets/js/lsx-sharing' . $min . '.js', array('jquery'), LSX_SHARING_VER, true);
72 72
 
73
-			$params = apply_filters( 'lsx_sharing_js_params', array(
74
-				'ajax_url' => admin_url( 'admin-ajax.php' ),
73
+			$params = apply_filters('lsx_sharing_js_params', array(
74
+				'ajax_url' => admin_url('admin-ajax.php'),
75 75
 			));
76 76
 
77
-			wp_localize_script( 'lsx-sharing', 'lsx_sharing_params', $params );
77
+			wp_localize_script('lsx-sharing', 'lsx_sharing_params', $params);
78 78
 
79
-			wp_enqueue_style( 'lsx-sharing', LSX_SHARING_URL . 'assets/css/lsx-sharing.css', array(), LSX_SHARING_VER );
80
-			wp_style_add_data( 'lsx-sharing', 'rtl', 'replace' );
79
+			wp_enqueue_style('lsx-sharing', LSX_SHARING_URL . 'assets/css/lsx-sharing.css', array(), LSX_SHARING_VER);
80
+			wp_style_add_data('lsx-sharing', 'rtl', 'replace');
81 81
 		}
82 82
 	}
83 83
 
84 84
 	/**
85 85
 	 * Display/return sharing buttons.
86 86
 	 */
87
-	public function sharing_buttons( $buttons = array( 'facebook', 'twitter', 'pinterest' ), $echo = false, $post_id = false ) {
87
+	public function sharing_buttons($buttons = array('facebook', 'twitter', 'pinterest'), $echo = false, $post_id = false) {
88 88
 		$sharing_content = '';
89 89
 
90
-		if ( ( is_preview() || is_admin() ) && ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
90
+		if ((is_preview() || is_admin()) && ! (defined('DOING_AJAX') && DOING_AJAX)) {
91 91
 			return '';
92 92
 		}
93 93
 
94 94
 		//Set our variables
95 95
 		global $post;
96 96
 		$share_post = $post;
97
-		if ( false !== $post_id ) {
98
-			$share_post = get_post( $post_id );
99
-			$post_type = get_post_type( $post_id );
97
+		if (false !== $post_id) {
98
+			$share_post = get_post($post_id);
99
+			$post_type = get_post_type($post_id);
100 100
 		} else {
101 101
 			$post_type = get_post_type();
102 102
 		}
103 103
 
104
-		if ( \lsx\sharing\includes\functions\is_disabled() || \lsx\sharing\includes\functions\is_pt_disabled( $post_type ) ) {
104
+		if (\lsx\sharing\includes\functions\is_disabled() || \lsx\sharing\includes\functions\is_pt_disabled($post_type)) {
105 105
 			return '';
106 106
 		}
107 107
 
108
-		if ( ( is_array( $buttons ) && count( $buttons ) > 0 ) ) {
108
+		if ((is_array($buttons) && count($buttons) > 0)) {
109 109
 			$sharing_content .= '<div class="lsx-sharing-content"><p>';
110 110
 
111
-			$sharing_text = \lsx\sharing\includes\functions\get_sharing_text( $post_type );
112
-			if ( '' !== $sharing_text ) {
111
+			$sharing_text = \lsx\sharing\includes\functions\get_sharing_text($post_type);
112
+			if ('' !== $sharing_text) {
113 113
 				$sharing_content .= '<span class="lsx-sharing-label">' . $sharing_text . '</span>';
114 114
 			}
115 115
 
116
-			foreach ( $buttons as $id => $button ) {
117
-				$button_obj = new \lsx\sharing\classes\frontend\Button( $button, $this->options, $post_type );
116
+			foreach ($buttons as $id => $button) {
117
+				$button_obj = new \lsx\sharing\classes\frontend\Button($button, $this->options, $post_type);
118 118
 
119
-				if ( ! empty( $button_obj ) ) {
120
-					$url = $button_obj->get_link( $share_post );
119
+				if ( ! empty($button_obj)) {
120
+					$url = $button_obj->get_link($share_post);
121 121
 
122
-					if ( ! empty( $url ) ) {
123
-						if ( 'email' === $button ) {
124
-							if ( ! isset( $this->options['display'] ) || empty( $this->options['display']['sharing_email_form_id'] ) ) {
122
+					if ( ! empty($url)) {
123
+						if ('email' === $button) {
124
+							if ( ! isset($this->options['display']) || empty($this->options['display']['sharing_email_form_id'])) {
125 125
 								continue;
126 126
 							}
127
-							$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>';
127
+							$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>';
128 128
 						} else {
129
-							$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>';
129
+							$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>';
130 130
 						}
131 131
 					}
132 132
 				}
@@ -134,8 +134,8 @@  discard block
 block discarded – undo
134 134
 			$sharing_content .= '</p></div>';
135 135
 		}
136 136
 
137
-		if ( $echo ) {
138
-			echo wp_kses_post( $sharing_content );
137
+		if ($echo) {
138
+			echo wp_kses_post($sharing_content);
139 139
 		} else {
140 140
 			return $sharing_content;
141 141
 		}
@@ -144,20 +144,20 @@  discard block
 block discarded – undo
144 144
 	/**
145 145
 	 * Sharing buttons shortcode.
146 146
 	 */
147
-	public function sharing_buttons_shortcode( $atts ) {
148
-		$atts = shortcode_atts( array(
147
+	public function sharing_buttons_shortcode($atts) {
148
+		$atts = shortcode_atts(array(
149 149
 			'buttons' => '',
150
-		), $atts, 'lsx_sharing_buttons' );
150
+		), $atts, 'lsx_sharing_buttons');
151 151
 
152
-		if ( empty( $atts['buttons'] ) ) {
152
+		if (empty($atts['buttons'])) {
153 153
 			return '';
154 154
 		}
155 155
 
156
-		$no_whitespaces = preg_replace( '/\s*,\s*/', ',', filter_var( $atts['buttons'], FILTER_SANITIZE_STRING ) );
157
-		$buttons        = explode( ',', $no_whitespaces );
156
+		$no_whitespaces = preg_replace('/\s*,\s*/', ',', filter_var($atts['buttons'], FILTER_SANITIZE_STRING));
157
+		$buttons        = explode(',', $no_whitespaces);
158 158
 
159
-		if ( is_array( $buttons ) && count( $buttons ) > 0 ) {
160
-			return $this->sharing_buttons( $buttons );
159
+		if (is_array($buttons) && count($buttons) > 0) {
160
+			return $this->sharing_buttons($buttons);
161 161
 		}
162 162
 	}
163 163
 
@@ -165,13 +165,13 @@  discard block
 block discarded – undo
165 165
 	 * Display buttons (template hook).
166 166
 	 */
167 167
 	public function sharing_buttons_template() {
168
-		echo wp_kses_post( $this->sharing_buttons() );
168
+		echo wp_kses_post($this->sharing_buttons());
169 169
 	}
170 170
 
171 171
 	/**
172 172
 	 * Allow data params for Bootstrap modal.
173 173
 	 */
174
-	public function wp_kses_allowed_html( $allowedtags, $context ) {
174
+	public function wp_kses_allowed_html($allowedtags, $context) {
175 175
 		$allowedtags['a']['data-toggle'] = true;
176 176
 		$allowedtags['a']['data-link']   = true;
177 177
 		return $allowedtags;
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 	 * @return void
184 184
 	 */
185 185
 	public function output_sharing() {
186
-		if ( is_main_query() && is_single() && ! is_singular( array( 'post', 'page', 'product' ) ) ) {
186
+		if (is_main_query() && is_single() && ! is_singular(array('post', 'page', 'product'))) {
187 187
 			?>
188 188
 			<footer class="footer-meta clearfix">
189 189
 				<div class="post-tags-wrapper">
Please login to merge, or discard this patch.