Passed
Push — master ( edd4d5...f30d20 )
by Warwick
03:01
created
tribe-events/day/single-featured.php 1 patch
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -9,66 +9,66 @@
 block discarded – undo
9 9
  *
10 10
  */
11 11
 
12
-if ( ! defined( 'ABSPATH' ) ) {
13
-	die( '-1' );
12
+if ( ! defined('ABSPATH')) {
13
+	die('-1');
14 14
 }
15 15
 
16 16
 $venue_details = tribe_get_venue_details();
17 17
 
18 18
 // Venue microformats
19
-$has_venue = ( $venue_details ) ? ' vcard' : '';
20
-$has_venue_address = ( ! empty( $venue_details['address'] ) ) ? ' location' : '';
19
+$has_venue = ($venue_details) ? ' vcard' : '';
20
+$has_venue_address = ( ! empty($venue_details['address'])) ? ' location' : '';
21 21
 
22 22
 // Event Image
23
-echo tribe_event_featured_image( null, 'large' );
23
+echo tribe_event_featured_image(null, 'large');
24 24
 ?>
25 25
 
26 26
 <div class="tribe-events-event-content">
27 27
 	<!-- Event Title -->
28
-	<?php do_action( 'tribe_events_before_the_event_title' ) ?>
28
+	<?php do_action('tribe_events_before_the_event_title') ?>
29 29
 	<h2 class="tribe-events-list-event-title summary">
30
-		<a class="url" href="<?php echo esc_url( tribe_get_event_link() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
30
+		<a class="url" href="<?php echo esc_url(tribe_get_event_link()); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
31 31
 			<?php the_title() ?>
32 32
 		</a>
33 33
 	</h2>
34
-	<?php do_action( 'tribe_events_after_the_event_title' ) ?>
34
+	<?php do_action('tribe_events_after_the_event_title') ?>
35 35
 
36 36
 	<!-- Event Meta -->
37
-	<?php do_action( 'tribe_events_before_the_meta' ) ?>
38
-	<div class="tribe-events-event-meta <?php echo esc_attr( $has_venue . $has_venue_address ); ?>">
37
+	<?php do_action('tribe_events_before_the_meta') ?>
38
+	<div class="tribe-events-event-meta <?php echo esc_attr($has_venue . $has_venue_address); ?>">
39 39
 
40 40
 		<!-- Schedule & Recurrence Details -->
41 41
 		<div class="tribe-updated published time-details">
42 42
 			<?php echo tribe_events_event_schedule_details(); ?>
43 43
 		</div>
44 44
 
45
-		<?php if ( $venue_details ) : ?>
45
+		<?php if ($venue_details) : ?>
46 46
 			<!-- Venue Display Info -->
47 47
 			<div class="tribe-events-venue-details">
48
-				<?php echo implode( ', ', $venue_details ); ?>
48
+				<?php echo implode(', ', $venue_details); ?>
49 49
 			</div> <!-- .tribe-events-venue-details -->
50 50
 		<?php endif; ?>
51 51
 
52 52
 	</div><!-- .tribe-events-event-meta -->
53
-	<?php do_action( 'tribe_events_after_the_meta' ) ?>
53
+	<?php do_action('tribe_events_after_the_meta') ?>
54 54
 
55
-	<?php if ( tribe_get_cost() ) : ?>
55
+	<?php if (tribe_get_cost()) : ?>
56 56
 		<div class="tribe-events-event-cost">
57
-			<?php esc_html_e( 'Price:', 'lsx' ) ?>
58
-			<span class="ticket-cost"><?php echo tribe_get_cost( null, true ); ?></span>
57
+			<?php esc_html_e('Price:', 'lsx') ?>
58
+			<span class="ticket-cost"><?php echo tribe_get_cost(null, true); ?></span>
59 59
 			<?php
60 60
 			/** This action is documented in the-events-calendar/src/views/list/single-event.php */
61
-			do_action( 'tribe_events_inside_cost' )
61
+			do_action('tribe_events_inside_cost')
62 62
 			?>
63 63
 		</div>
64 64
 	<?php endif; ?>
65 65
 
66 66
 	<!-- Event Content -->
67
-	<?php do_action( 'tribe_events_before_the_content' ) ?>
67
+	<?php do_action('tribe_events_before_the_content') ?>
68 68
 	<div class="tribe-events-list-event-description tribe-events-content description entry-summary">
69 69
 		<?php echo tribe_events_get_the_excerpt(); ?>
70
-		<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'lsx' ) ?></a>
70
+		<a href="<?php echo esc_url(tribe_get_event_link()); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e('Find out more', 'lsx') ?></a>
71 71
 	</div><!-- .tribe-events-list-event-description -->
72 72
 
73
-	<?php do_action( 'tribe_events_after_the_content' ); ?>
73
+	<?php do_action('tribe_events_after_the_content'); ?>
74 74
 </div>
Please login to merge, or discard this patch.
tribe-events/list/single-event.php 1 patch
Spacing   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@  discard block
 block discarded – undo
8 8
  * @version 4.6.3
9 9
  *
10 10
  */
11
-if ( ! defined( 'ABSPATH' ) ) {
12
-	die( '-1' );
11
+if ( ! defined('ABSPATH')) {
12
+	die('-1');
13 13
 }
14 14
 
15 15
 // Setup an array of venue details for use later in the template
@@ -20,45 +20,45 @@  discard block
 block discarded – undo
20 20
 $venue_address = tribe_get_address();
21 21
 
22 22
 // Venue
23
-$has_venue_address = ( ! empty( $venue_details['address'] ) ) ? ' location' : '';
23
+$has_venue_address = ( ! empty($venue_details['address'])) ? ' location' : '';
24 24
 
25 25
 // Organizer
26 26
 $organizer = tribe_get_organizer();
27 27
 
28 28
 // Event Image
29
-echo tribe_event_featured_image( null, 'medium' );
29
+echo tribe_event_featured_image(null, 'medium');
30 30
 ?>
31 31
 
32 32
 <div class="tribe-events-event-content">
33 33
 	<!-- Event Title -->
34
-	<?php do_action( 'tribe_events_before_the_event_title' ) ?>
34
+	<?php do_action('tribe_events_before_the_event_title') ?>
35 35
 	<h2 class="tribe-events-list-event-title">
36
-		<a class="tribe-event-url" href="<?php echo esc_url( tribe_get_event_link() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
36
+		<a class="tribe-event-url" href="<?php echo esc_url(tribe_get_event_link()); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
37 37
 			<?php the_title() ?>
38 38
 		</a>
39 39
 	</h2>
40
-	<?php do_action( 'tribe_events_after_the_event_title' ) ?>
40
+	<?php do_action('tribe_events_after_the_event_title') ?>
41 41
 
42 42
 	<!-- Event Meta -->
43
-	<?php do_action( 'tribe_events_before_the_meta' ) ?>
43
+	<?php do_action('tribe_events_before_the_meta') ?>
44 44
 	<div class="tribe-events-event-meta">
45
-		<div class="author <?php echo esc_attr( $has_venue_address ); ?>">
45
+		<div class="author <?php echo esc_attr($has_venue_address); ?>">
46 46
 
47 47
 			<!-- Schedule & Recurrence Details -->
48 48
 			<div class="tribe-event-schedule-details">
49 49
 				<?php echo tribe_events_event_schedule_details() ?>
50 50
 			</div>
51 51
 
52
-			<?php if ( $venue_details ) : ?>
52
+			<?php if ($venue_details) : ?>
53 53
 				<!-- Venue Display Info -->
54 54
 				<div class="tribe-events-venue-details">
55 55
 				<?php
56
-					$address_delimiter = empty( $venue_address ) ? ' ' : ', ';
56
+					$address_delimiter = empty($venue_address) ? ' ' : ', ';
57 57
 
58 58
 					// These details are already escaped in various ways earlier in the process.
59
-					echo implode( $address_delimiter, $venue_details );
59
+					echo implode($address_delimiter, $venue_details);
60 60
 
61
-					if ( tribe_show_google_map_link() ) {
61
+					if (tribe_show_google_map_link()) {
62 62
 						echo tribe_get_map_link_html();
63 63
 					}
64 64
 				?>
@@ -69,29 +69,29 @@  discard block
 block discarded – undo
69 69
 	</div><!-- .tribe-events-event-meta -->
70 70
 
71 71
 	<!-- Event Cost -->
72
-	<?php if ( tribe_get_cost() ) : ?>
72
+	<?php if (tribe_get_cost()) : ?>
73 73
 		<div class="tribe-events-event-cost">
74
-			<?php esc_html_e( 'Price:', 'lsx' ) ?>
75
-			<span class="ticket-cost"><?php echo tribe_get_cost( null, true ); ?></span>
74
+			<?php esc_html_e('Price:', 'lsx') ?>
75
+			<span class="ticket-cost"><?php echo tribe_get_cost(null, true); ?></span>
76 76
 			<?php
77 77
 			/**
78 78
 			 * Runs after cost is displayed in list style views
79 79
 			 *
80 80
 			 * @since 4.5
81 81
 			 */
82
-			do_action( 'tribe_events_inside_cost' )
82
+			do_action('tribe_events_inside_cost')
83 83
 			?>
84 84
 		</div>
85 85
 	<?php endif; ?>
86 86
 
87
-	<?php do_action( 'tribe_events_after_the_meta' ) ?>
87
+	<?php do_action('tribe_events_after_the_meta') ?>
88 88
 
89 89
 	<!-- Event Content -->
90
-	<?php do_action( 'tribe_events_before_the_content' ); ?>
90
+	<?php do_action('tribe_events_before_the_content'); ?>
91 91
 	<div class="tribe-events-list-event-description tribe-events-content description entry-summary">
92
-		<?php echo tribe_events_get_the_excerpt( null, wp_kses_allowed_html( 'post' ) ); ?>
93
-		<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'lsx' ) ?></a>
92
+		<?php echo tribe_events_get_the_excerpt(null, wp_kses_allowed_html('post')); ?>
93
+		<a href="<?php echo esc_url(tribe_get_event_link()); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e('Find out more', 'lsx') ?></a>
94 94
 	</div><!-- .tribe-events-list-event-description -->
95 95
 
96
-	<?php do_action( 'tribe_events_after_the_content' ); ?>
96
+	<?php do_action('tribe_events_after_the_content'); ?>
97 97
 </div>
Please login to merge, or discard this patch.
tribe-events/list/single-featured.php 1 patch
Spacing   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -8,51 +8,51 @@  discard block
 block discarded – undo
8 8
  * @version 4.6.3
9 9
  *
10 10
  */
11
-if ( ! defined( 'ABSPATH' ) ) {
12
-	die( '-1' );
11
+if ( ! defined('ABSPATH')) {
12
+	die('-1');
13 13
 }
14 14
 
15 15
 // Setup an array of venue details for use later in the template
16 16
 $venue_details = tribe_get_venue_details();
17 17
 
18 18
 // Venue
19
-$has_venue_address = ( ! empty( $venue_details['address'] ) ) ? ' location' : '';
19
+$has_venue_address = ( ! empty($venue_details['address'])) ? ' location' : '';
20 20
 
21 21
 // Organizer
22 22
 $organizer = tribe_get_organizer();
23 23
 
24 24
 // Event Image
25
-echo tribe_event_featured_image( null, 'large' );
25
+echo tribe_event_featured_image(null, 'large');
26 26
 ?>
27 27
 
28 28
 <div class="tribe-events-event-content">
29 29
 	<!-- Event Title -->
30
-	<?php do_action( 'tribe_events_before_the_event_title' ) ?>
30
+	<?php do_action('tribe_events_before_the_event_title') ?>
31 31
 	<h2 class="tribe-events-list-event-title">
32
-		<a class="tribe-event-url" href="<?php echo esc_url( tribe_get_event_link() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
32
+		<a class="tribe-event-url" href="<?php echo esc_url(tribe_get_event_link()); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
33 33
 			<?php the_title() ?>
34 34
 		</a>
35 35
 
36
-		<span class="label label-default"><?php esc_html_e( 'Featured', 'lsx' ) ?></span>
36
+		<span class="label label-default"><?php esc_html_e('Featured', 'lsx') ?></span>
37 37
 	</h2>
38
-	<?php do_action( 'tribe_events_after_the_event_title' ) ?>
38
+	<?php do_action('tribe_events_after_the_event_title') ?>
39 39
 
40 40
 	<!-- Event Meta -->
41
-	<?php do_action( 'tribe_events_before_the_meta' ) ?>
41
+	<?php do_action('tribe_events_before_the_meta') ?>
42 42
 	<div class="tribe-events-event-meta">
43
-		<div class="author <?php echo esc_attr( $has_venue_address ); ?>">
43
+		<div class="author <?php echo esc_attr($has_venue_address); ?>">
44 44
 
45 45
 			<!-- Schedule & Recurrence Details -->
46 46
 			<div class="tribe-event-schedule-details">
47 47
 				<?php echo tribe_events_event_schedule_details() ?>
48 48
 			</div>
49 49
 
50
-			<?php if ( $venue_details ) : ?>
50
+			<?php if ($venue_details) : ?>
51 51
 				<!-- Venue Display Info -->
52 52
 				<div class="tribe-events-venue-details">
53
-					<?php echo implode( ', ', $venue_details ); ?>
53
+					<?php echo implode(', ', $venue_details); ?>
54 54
 					<?php
55
-					if ( tribe_show_google_map_link() ) {
55
+					if (tribe_show_google_map_link()) {
56 56
 						echo tribe_get_map_link_html();
57 57
 					}
58 58
 					?>
@@ -61,26 +61,26 @@  discard block
 block discarded – undo
61 61
 
62 62
 		</div>
63 63
 	</div><!-- .tribe-events-event-meta -->
64
-	<?php do_action( 'tribe_events_after_the_meta' ) ?>
64
+	<?php do_action('tribe_events_after_the_meta') ?>
65 65
 
66 66
 	<!-- Event Cost -->
67
-	<?php if ( tribe_get_cost() ) : ?>
67
+	<?php if (tribe_get_cost()) : ?>
68 68
 		<div class="tribe-events-event-cost featured-event">
69
-			<?php esc_html_e( 'Price:', 'lsx' ) ?>
70
-			<span class="ticket-cost"><?php echo esc_html( tribe_get_cost( null, true ) ); ?></span>
69
+			<?php esc_html_e('Price:', 'lsx') ?>
70
+			<span class="ticket-cost"><?php echo esc_html(tribe_get_cost(null, true)); ?></span>
71 71
 			<?php
72 72
 			/** This action is documented in the-events-calendar/src/views/list/single-event.php */
73
-			do_action( 'tribe_events_inside_cost' )
73
+			do_action('tribe_events_inside_cost')
74 74
 			?>
75 75
 		</div>
76 76
 	<?php endif; ?>
77 77
 
78 78
 	<!-- Event Content -->
79
-	<?php do_action( 'tribe_events_before_the_content' ) ?>
79
+	<?php do_action('tribe_events_before_the_content') ?>
80 80
 	<div class="tribe-events-list-event-description tribe-events-content">
81
-		<?php echo tribe_events_get_the_excerpt( null, wp_kses_allowed_html( 'post' ) ); ?>
82
-		<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'lsx' ) ?></a>
81
+		<?php echo tribe_events_get_the_excerpt(null, wp_kses_allowed_html('post')); ?>
82
+		<a href="<?php echo esc_url(tribe_get_event_link()); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e('Find out more', 'lsx') ?></a>
83 83
 	</div><!-- .tribe-events-list-event-description -->
84 84
 
85
-	<?php do_action( 'tribe_events_after_the_content' ); ?>
85
+	<?php do_action('tribe_events_after_the_content'); ?>
86 86
 </div>
Please login to merge, or discard this patch.
includes/template-tags.php 1 patch
Spacing   +133 added lines, -133 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@  discard block
 block discarded – undo
6 6
  * @subpackage template-tags
7 7
  */
8 8
 
9
-if ( ! defined( 'ABSPATH' ) ) {
9
+if ( ! defined('ABSPATH')) {
10 10
 	exit;
11 11
 }
12 12
 
13
-if ( ! function_exists( 'lsx_breadcrumbs' ) ) :
13
+if ( ! function_exists('lsx_breadcrumbs')) :
14 14
 
15 15
 	/**
16 16
 	 * Breadcrumbs.
@@ -19,43 +19,43 @@  discard block
 block discarded – undo
19 19
 	 * @subpackage template-tags
20 20
 	 */
21 21
 	function lsx_breadcrumbs() {
22
-		if ( ! function_exists( 'yoast_breadcrumb' ) && ! function_exists( 'woocommerce_breadcrumb' ) ) {
22
+		if ( ! function_exists('yoast_breadcrumb') && ! function_exists('woocommerce_breadcrumb')) {
23 23
 			return null;
24 24
 		}
25 25
 
26
-		$show_on_front = get_option( 'show_on_front' );
26
+		$show_on_front = get_option('show_on_front');
27 27
 
28
-		if ( ( 'posts' === $show_on_front && is_home() ) || ( 'page' === $show_on_front && is_front_page() ) ) {
28
+		if (('posts' === $show_on_front && is_home()) || ('page' === $show_on_front && is_front_page())) {
29 29
 			return;
30 30
 		}
31 31
 
32
-		if ( function_exists( 'woocommerce_breadcrumb' ) ) {
32
+		if (function_exists('woocommerce_breadcrumb')) {
33 33
 			ob_start();
34 34
 
35
-			woocommerce_breadcrumb( array(
35
+			woocommerce_breadcrumb(array(
36 36
 				'wrap_before' => '<div class="breadcrumbs-container breadcrumbs-woocommerce"><div class="container"><div class="row"><div class="col-xs-12">',
37 37
 				'wrap_after'  => '</div></div></div></div>',
38 38
 				'before'      => '<span>',
39 39
 				'after'       => '</span>',
40
-			) );
40
+			));
41 41
 
42 42
 			$output = ob_get_clean();
43
-		} elseif ( function_exists( 'yoast_breadcrumb' ) ) {
44
-			$output = yoast_breadcrumb( null, null, false );
43
+		} elseif (function_exists('yoast_breadcrumb')) {
44
+			$output = yoast_breadcrumb(null, null, false);
45 45
 			$output = '<div class="breadcrumbs-container breadcrumbs-yoast"><div class="container"><div class="row"><div class="col-xs-12">' . $output . '</div></div></div></div>';
46 46
 		}
47 47
 
48
-		$output = apply_filters( 'lsx_breadcrumbs', $output );
48
+		$output = apply_filters('lsx_breadcrumbs', $output);
49 49
 
50
-		echo wp_kses_post( $output );
50
+		echo wp_kses_post($output);
51 51
 	}
52 52
 
53 53
 endif;
54 54
 
55
-add_action( 'lsx_banner_inner_bottom', 'lsx_breadcrumbs', 100 );
56
-add_action( 'lsx_global_header_inner_bottom', 'lsx_breadcrumbs', 100 );
55
+add_action('lsx_banner_inner_bottom', 'lsx_breadcrumbs', 100);
56
+add_action('lsx_global_header_inner_bottom', 'lsx_breadcrumbs', 100);
57 57
 
58
-if ( ! function_exists( 'lsx_breadcrumbs_wpseo_seperator_filter' ) ) :
58
+if ( ! function_exists('lsx_breadcrumbs_wpseo_seperator_filter')) :
59 59
 
60 60
 	/**
61 61
 	 * Replaces the seperator.
@@ -63,16 +63,16 @@  discard block
 block discarded – undo
63 63
 	 * @package    lsx
64 64
 	 * @subpackage template-tags
65 65
 	 */
66
-	function lsx_breadcrumbs_wpseo_seperator_filter( $seperator ) {
66
+	function lsx_breadcrumbs_wpseo_seperator_filter($seperator) {
67 67
 		$seperator = '<i class="fa fa-angle-right" aria-hidden="true"></i>';
68 68
 		return $seperator;
69 69
 	}
70 70
 
71 71
 endif;
72 72
 
73
-add_filter( 'wpseo_breadcrumb_separator', 'lsx_breadcrumbs_wpseo_seperator_filter' );
73
+add_filter('wpseo_breadcrumb_separator', 'lsx_breadcrumbs_wpseo_seperator_filter');
74 74
 
75
-if ( ! function_exists( 'lsx_breadcrumbs_woocommerce_seperator_filter' ) ) :
75
+if ( ! function_exists('lsx_breadcrumbs_woocommerce_seperator_filter')) :
76 76
 
77 77
 	/**
78 78
 	 * Replaces the seperator.
@@ -80,16 +80,16 @@  discard block
 block discarded – undo
80 80
 	 * @package    lsx
81 81
 	 * @subpackage template-tags
82 82
 	 */
83
-	function lsx_breadcrumbs_woocommerce_seperator_filter( $defaults ) {
83
+	function lsx_breadcrumbs_woocommerce_seperator_filter($defaults) {
84 84
 		$defaults['delimiter'] = '<i class="fa fa-angle-right" aria-hidden="true"></i>';
85 85
 		return $defaults;
86 86
 	}
87 87
 
88 88
 endif;
89 89
 
90
-add_filter( 'woocommerce_breadcrumb_defaults', 'lsx_breadcrumbs_woocommerce_seperator_filter' );
90
+add_filter('woocommerce_breadcrumb_defaults', 'lsx_breadcrumbs_woocommerce_seperator_filter');
91 91
 
92
-if ( ! function_exists( 'lsx_site_title' ) ) :
92
+if ( ! function_exists('lsx_site_title')) :
93 93
 
94 94
 	/**
95 95
 	 * Displays logo when applicable.
@@ -100,15 +100,15 @@  discard block
 block discarded – undo
100 100
 	function lsx_site_title() {
101 101
 		?>
102 102
 			<div class="site-branding">
103
-				<h1 class="site-title"><a title="<?php bloginfo( 'name' ); ?>" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
104
-				<p class="site-description"><?php bloginfo( 'description' ); ?></p>
103
+				<h1 class="site-title"><a title="<?php bloginfo('name'); ?>" href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></h1>
104
+				<p class="site-description"><?php bloginfo('description'); ?></p>
105 105
 			</div>
106 106
 		<?php
107 107
 	}
108 108
 
109 109
 endif;
110 110
 
111
-if ( ! function_exists( 'lsx_post_meta_list_top' ) ) :
111
+if ( ! function_exists('lsx_post_meta_list_top')) :
112 112
 
113 113
 	/**
114 114
 	 * Add customisable post meta (post list - above title).
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 
130 130
 endif;
131 131
 
132
-if ( ! function_exists( 'lsx_post_meta_single_top' ) ) :
132
+if ( ! function_exists('lsx_post_meta_single_top')) :
133 133
 
134 134
 	/**
135 135
 	 * Add customisable post meta (single post - above title).
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 
151 151
 endif;
152 152
 
153
-if ( ! function_exists( 'lsx_post_meta_single_bottom' ) ) :
153
+if ( ! function_exists('lsx_post_meta_single_bottom')) :
154 154
 
155 155
 	/**
156 156
 	 * Add customisable post meta (single post - below title).
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
 
170 170
 endif;
171 171
 
172
-if ( ! function_exists( 'lsx_post_meta_avatar' ) ) :
172
+if ( ! function_exists('lsx_post_meta_avatar')) :
173 173
 
174 174
 	/**
175 175
 	 * Add customisable post meta: author's avatar.
@@ -179,20 +179,20 @@  discard block
 block discarded – undo
179 179
 	 */
180 180
 	function lsx_post_meta_avatar() {
181 181
 		$author = get_the_author();
182
-		$author_id = get_the_author_meta( 'ID' );
183
-		$author_avatar = get_avatar( $author_id, 80 );
184
-		$author_url = get_author_posts_url( $author_id );
182
+		$author_id = get_the_author_meta('ID');
183
+		$author_avatar = get_avatar($author_id, 80);
184
+		$author_url = get_author_posts_url($author_id);
185 185
 
186 186
 		printf(
187 187
 			'<a href="%1$s" class="post-meta-avatar">%2$s</a>',
188
-			esc_url( $author_url ),
189
-			wp_kses_post( $author_avatar )
188
+			esc_url($author_url),
189
+			wp_kses_post($author_avatar)
190 190
 		);
191 191
 	}
192 192
 
193 193
 endif;
194 194
 
195
-if ( ! function_exists( 'lsx_post_meta_date' ) ) :
195
+if ( ! function_exists('lsx_post_meta_date')) :
196 196
 
197 197
 	/**
198 198
 	 * Add customisable post meta: post date.
@@ -203,23 +203,23 @@  discard block
 block discarded – undo
203 203
 	function lsx_post_meta_date() {
204 204
 		$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
205 205
 
206
-		$time_string = sprintf( $time_string,
207
-			esc_attr( get_the_date( 'c' ) ),
206
+		$time_string = sprintf($time_string,
207
+			esc_attr(get_the_date('c')),
208 208
 			get_the_date(),
209
-			esc_attr( get_the_modified_date( 'c' ) ),
209
+			esc_attr(get_the_modified_date('c')),
210 210
 			get_the_modified_date()
211 211
 		);
212 212
 
213 213
 		printf(
214 214
 			'<span class="post-meta-time updated"><a href="%1$s" rel="bookmark">%2$s</a></span>',
215
-			esc_url( get_permalink() ),
216
-			wp_kses_post( $time_string )
215
+			esc_url(get_permalink()),
216
+			wp_kses_post($time_string)
217 217
 		);
218 218
 	}
219 219
 
220 220
 endif;
221 221
 
222
-if ( ! function_exists( 'lsx_post_meta_author' ) ) :
222
+if ( ! function_exists('lsx_post_meta_author')) :
223 223
 
224 224
 	/**
225 225
 	 * Add customisable post meta: post author.
@@ -229,27 +229,27 @@  discard block
 block discarded – undo
229 229
 	 */
230 230
 	function lsx_post_meta_author() {
231 231
 		$author = get_the_author();
232
-		$author_url = get_author_posts_url( get_the_author_meta( 'ID' ) );
232
+		$author_url = get_author_posts_url(get_the_author_meta('ID'));
233 233
 
234
-		if ( empty( $author ) ) {
234
+		if (empty($author)) {
235 235
 			global $post;
236 236
 
237
-			$author = get_user_by( 'ID', $post->post_author );
237
+			$author = get_user_by('ID', $post->post_author);
238 238
 			$author = $author->display_name;
239
-			$author_url = get_author_posts_url( $post->post_author );
239
+			$author_url = get_author_posts_url($post->post_author);
240 240
 		}
241 241
 
242 242
 		printf(
243 243
 			'<span class="vcard post-meta-author"><span>%1$s</span> <span class="fn"><a href="%2$s">%3$s</a></span></span>',
244
-			esc_html__( 'by', 'lsx' ),
245
-			esc_url( $author_url ),
246
-			esc_html( $author )
244
+			esc_html__('by', 'lsx'),
245
+			esc_url($author_url),
246
+			esc_html($author)
247 247
 		);
248 248
 	}
249 249
 
250 250
 endif;
251 251
 
252
-if ( ! function_exists( 'lsx_post_meta_category' ) ) :
252
+if ( ! function_exists('lsx_post_meta_category')) :
253 253
 
254 254
 	/**
255 255
 	 * Add customisable post meta: post category(ies).
@@ -258,25 +258,25 @@  discard block
 block discarded – undo
258 258
 	 * @subpackage template-tags
259 259
 	 */
260 260
 	function lsx_post_meta_category() {
261
-		$post_categories = wp_get_post_categories( get_the_ID() );
261
+		$post_categories = wp_get_post_categories(get_the_ID());
262 262
 		$cats = array();
263 263
 
264
-		foreach ( $post_categories as $c ) {
265
-			$cat = get_category( $c );
264
+		foreach ($post_categories as $c) {
265
+			$cat = get_category($c);
266 266
 			/* Translators: %s: category name */
267
-			$cats[] = '<a href="' . esc_url( get_category_link( $cat->term_id ) ) . '" title="' . sprintf( esc_html__( 'View all posts in %s' , 'lsx' ), $cat->name ) . '">' . $cat->name . '</a>';
267
+			$cats[] = '<a href="' . esc_url(get_category_link($cat->term_id)) . '" title="' . sprintf(esc_html__('View all posts in %s', 'lsx'), $cat->name) . '">' . $cat->name . '</a>';
268 268
 		}
269 269
 
270
-		if ( ! empty( $cats ) ) {
270
+		if ( ! empty($cats)) {
271 271
 			?>
272
-			<span class="post-meta-categories"><span><?php esc_html_e( 'Posted in', 'lsx' ); ?></span> <?php echo wp_kses_post( implode( ', ', $cats ) ); ?></span>
272
+			<span class="post-meta-categories"><span><?php esc_html_e('Posted in', 'lsx'); ?></span> <?php echo wp_kses_post(implode(', ', $cats)); ?></span>
273 273
 			<?php
274 274
 		}
275 275
 	}
276 276
 
277 277
 endif;
278 278
 
279
-if ( ! function_exists( 'lsx_post_tags' ) ) :
279
+if ( ! function_exists('lsx_post_tags')) :
280 280
 
281 281
 	/**
282 282
 	 * Add customisable post meta: post tag(s).
@@ -285,10 +285,10 @@  discard block
 block discarded – undo
285 285
 	 * @subpackage template-tags
286 286
 	 */
287 287
 	function lsx_post_tags() {
288
-		if ( has_tag() ) :
288
+		if (has_tag()) :
289 289
 			?>
290 290
 			<div class="post-tags">
291
-				<?php echo wp_kses_post( get_the_tag_list( '' ) ); ?>
291
+				<?php echo wp_kses_post(get_the_tag_list('')); ?>
292 292
 			</div>
293 293
 			<?php
294 294
 		endif;
@@ -296,9 +296,9 @@  discard block
 block discarded – undo
296 296
 
297 297
 endif;
298 298
 
299
-add_action( 'lsx_content_post_tags', 'lsx_post_tags', 10 );
299
+add_action('lsx_content_post_tags', 'lsx_post_tags', 10);
300 300
 
301
-if ( ! function_exists( 'lsx_sharing_output' ) ) :
301
+if ( ! function_exists('lsx_sharing_output')) :
302 302
 
303 303
 	/**
304 304
 	 * Display sharing buttons.
@@ -308,14 +308,14 @@  discard block
 block discarded – undo
308 308
 	 */
309 309
 	function lsx_sharing_output() {
310 310
 		global $lsx_sharing;
311
-		echo wp_kses_post( $lsx_sharing->sharing_buttons() );
311
+		echo wp_kses_post($lsx_sharing->sharing_buttons());
312 312
 	}
313 313
 
314 314
 endif;
315 315
 
316
-add_action( 'lsx_content_sharing', 'lsx_sharing_output', 20 );
316
+add_action('lsx_content_sharing', 'lsx_sharing_output', 20);
317 317
 
318
-if ( ! function_exists( 'lsx_translate_format_to_fontawesome' ) ) :
318
+if ( ! function_exists('lsx_translate_format_to_fontawesome')) :
319 319
 
320 320
 	/**
321 321
 	 * Translate post format to Font Awesome class.
@@ -323,8 +323,8 @@  discard block
 block discarded – undo
323 323
 	 * @package    lsx
324 324
 	 * @subpackage template-tags
325 325
 	 */
326
-	function lsx_translate_format_to_fontawesome( $format ) {
327
-		switch ( $format ) {
326
+	function lsx_translate_format_to_fontawesome($format) {
327
+		switch ($format) {
328 328
 			case 'image':
329 329
 				$format = 'camera';
330 330
 				break;
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
 
357 357
 endif;
358 358
 
359
-if ( ! function_exists( 'lsx_paging_nav' ) ) :
359
+if ( ! function_exists('lsx_paging_nav')) :
360 360
 
361 361
 	/**
362 362
 	 * Display navigation to next/previous set of posts when applicable.
@@ -367,37 +367,37 @@  discard block
 block discarded – undo
367 367
 	function lsx_paging_nav() {
368 368
 		global $wp_query;
369 369
 
370
-		if ( $wp_query->max_num_pages < 2 ) {
370
+		if ($wp_query->max_num_pages < 2) {
371 371
 			return;
372 372
 		}
373 373
 
374
-		if ( true === apply_filters( 'lsx_paging_nav_disable', false ) ) {
374
+		if (true === apply_filters('lsx_paging_nav_disable', false)) {
375 375
 			return true;
376
-		} elseif ( current_theme_supports( 'infinite-scroll' ) && class_exists( 'The_Neverending_Home_Page' ) ) {
376
+		} elseif (current_theme_supports('infinite-scroll') && class_exists('The_Neverending_Home_Page')) {
377 377
 			return true;
378 378
 		} else {
379 379
 			$html = '';
380 380
 			$html .= '<div class="lsx-pagination-wrapper">' . PHP_EOL;
381 381
 			$html .= '<div class="lsx-breaker"></div>' . PHP_EOL;
382 382
 			$html .= '<div class="lsx-pagination">' . PHP_EOL;
383
-			$html .= paginate_links( array(
384
-				'base'               => str_replace( 999999999, '%#%', esc_url( get_pagenum_link( 999999999 ) ) ),
383
+			$html .= paginate_links(array(
384
+				'base'               => str_replace(999999999, '%#%', esc_url(get_pagenum_link(999999999))),
385 385
 				'format'             => '?paged=%#%',
386 386
 				'total'              => $wp_query->max_num_pages,
387
-				'current'            => max( 1, intval( get_query_var( 'paged' ) ) ),
388
-				'prev_text'          => '<span class="meta-nav">&larr;</span> ' . esc_html__( 'Previous', 'lsx' ),
389
-				'next_text'          => esc_html__( 'Next', 'lsx' ) . ' <span class="meta-nav">&rarr;</span>',
390
-			) );
387
+				'current'            => max(1, intval(get_query_var('paged'))),
388
+				'prev_text'          => '<span class="meta-nav">&larr;</span> ' . esc_html__('Previous', 'lsx'),
389
+				'next_text'          => esc_html__('Next', 'lsx') . ' <span class="meta-nav">&rarr;</span>',
390
+			));
391 391
 			$html .= '</div>' . PHP_EOL;
392 392
 			$html .= '</div>' . PHP_EOL;
393 393
 
394
-			echo wp_kses_post( $html );
394
+			echo wp_kses_post($html);
395 395
 		}
396 396
 	}
397 397
 
398 398
 endif;
399 399
 
400
-if ( ! function_exists( 'lsx_post_nav' ) ) :
400
+if ( ! function_exists('lsx_post_nav')) :
401 401
 
402 402
 	/**
403 403
 	 * Display navigation to next/previous post when applicable.
@@ -406,24 +406,24 @@  discard block
 block discarded – undo
406 406
 	 * @subpackage template-tags
407 407
 	 */
408 408
 	function lsx_post_nav() {
409
-		$previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true );
410
-		$next     = get_adjacent_post( false, '', false );
409
+		$previous = (is_attachment()) ? get_post(get_post()->post_parent) : get_adjacent_post(false, '', true);
410
+		$next     = get_adjacent_post(false, '', false);
411 411
 
412
-		if ( ! $next && ! $previous ) {
412
+		if ( ! $next && ! $previous) {
413 413
 			return;
414 414
 		}
415 415
 
416 416
 		$default_size = 'sm';
417
-		$size         = apply_filters( 'lsx_bootstrap_column_size', $default_size );
417
+		$size         = apply_filters('lsx_bootstrap_column_size', $default_size);
418 418
 		?>
419 419
 		<nav class="navigation post-navigation" role="navigation">
420 420
 			<div class="lsx-breaker"></div>
421 421
 			<div class="nav-links pager row">
422
-				<div class="previous <?php echo 'col-' . esc_attr( $size ) . '-6'; ?>">
423
-					<?php previous_post_link( '%link', '<p class="nav-links-description">' . esc_html_x( 'Previous Post', 'Previous post link', 'lsx' ) . '</p><h3>%title</h3>' ); ?>
422
+				<div class="previous <?php echo 'col-' . esc_attr($size) . '-6'; ?>">
423
+					<?php previous_post_link('%link', '<p class="nav-links-description">' . esc_html_x('Previous Post', 'Previous post link', 'lsx') . '</p><h3>%title</h3>'); ?>
424 424
 				</div>
425
-				<div class="next <?php echo 'col-' . esc_attr( $size ) . '-6'; ?>">
426
-					<?php next_post_link( '%link', '<p class="nav-links-description">' . esc_html_x( 'Next Post', 'Next post link', 'lsx' ) . '</p><h3>%title</h3>' ); ?>
425
+				<div class="next <?php echo 'col-' . esc_attr($size) . '-6'; ?>">
426
+					<?php next_post_link('%link', '<p class="nav-links-description">' . esc_html_x('Next Post', 'Next post link', 'lsx') . '</p><h3>%title</h3>'); ?>
427 427
 				</div>
428 428
 			</div><!-- .nav-links -->
429 429
 		</nav><!-- .navigation -->
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
 
433 433
 endif;
434 434
 
435
-if ( ! function_exists( 'lsx_site_identity' ) ) :
435
+if ( ! function_exists('lsx_site_identity')) :
436 436
 
437 437
 	/**
438 438
 	 * Outputs either the Site Title or the Site Logo.
@@ -441,10 +441,10 @@  discard block
 block discarded – undo
441 441
 	 * @subpackage template-tags
442 442
 	 */
443 443
 	function lsx_site_identity() {
444
-		if ( function_exists( 'has_custom_logo' ) && has_custom_logo() ) {
444
+		if (function_exists('has_custom_logo') && has_custom_logo()) {
445 445
 			the_custom_logo();
446 446
 		} else {
447
-			if ( get_theme_mod( 'site_logo_header_text', 1 ) ) {
447
+			if (get_theme_mod('site_logo_header_text', 1)) {
448 448
 				lsx_site_title();
449 449
 			}
450 450
 		}
@@ -452,7 +452,7 @@  discard block
 block discarded – undo
452 452
 
453 453
 endif;
454 454
 
455
-if ( ! function_exists( 'lsx_navbar_header' ) ) :
455
+if ( ! function_exists('lsx_navbar_header')) :
456 456
 	/**
457 457
 	 * Outputs the Nav Menu.
458 458
 	 *
@@ -463,17 +463,17 @@  discard block
 block discarded – undo
463 463
 		?>
464 464
 		<div class="navbar-header" itemscope itemtype="http://schema.org/WebPage">
465 465
 			<?php
466
-				if ( has_nav_menu( 'primary' ) ) :
466
+				if (has_nav_menu('primary')) :
467 467
 					?>
468 468
 					<div class="wrapper-toggle" data-toggle="collapse" data-target=".primary-navbar">
469 469
 						<button type="button" class="navbar-toggle">
470
-							<span class="sr-only"><?php esc_html_e( 'Toggle navigation', 'lsx' ); ?></span>
470
+							<span class="sr-only"><?php esc_html_e('Toggle navigation', 'lsx'); ?></span>
471 471
 							<span class="icon-bar"></span>
472 472
 							<span class="icon-bar"></span>
473 473
 							<span class="icon-bar"></span>
474 474
 							<span class="icon-bar"></span>
475 475
 						</button>
476
-						<span class="mobile-menu-title"><?php esc_html_e( 'Menu', 'lsx' ); ?></span>
476
+						<span class="mobile-menu-title"><?php esc_html_e('Menu', 'lsx'); ?></span>
477 477
 					</div>
478 478
 					<?php
479 479
 				endif;
@@ -486,9 +486,9 @@  discard block
 block discarded – undo
486 486
 
487 487
 endif;
488 488
 
489
-add_action( 'lsx_nav_before', 'lsx_navbar_header' );
489
+add_action('lsx_nav_before', 'lsx_navbar_header');
490 490
 
491
-if ( ! function_exists( 'lsx_nav_menu' ) ) :
491
+if ( ! function_exists('lsx_nav_menu')) :
492 492
 
493 493
 	/**
494 494
 	 * Outputs the Nav Menu.
@@ -497,17 +497,17 @@  discard block
 block discarded – undo
497 497
 	 * @subpackage template-tags
498 498
 	 */
499 499
 	function lsx_nav_menu() {
500
-		if ( has_nav_menu( 'primary' ) ) :
500
+		if (has_nav_menu('primary')) :
501 501
 			?>
502 502
 			<nav class="primary-navbar collapse navbar-collapse">
503 503
 				<?php
504
-					wp_nav_menu( array(
504
+					wp_nav_menu(array(
505 505
 						'theme_location' => 'primary',
506 506
 						'depth'          => 3,
507 507
 						'container'      => false,
508 508
 						'menu_class'     => 'nav navbar-nav',
509 509
 						'walker'         => new LSX_Bootstrap_Navwalker(),
510
-					) );
510
+					));
511 511
 				?>
512 512
 			</nav>
513 513
 			<?php
@@ -516,7 +516,7 @@  discard block
 block discarded – undo
516 516
 
517 517
 endif;
518 518
 
519
-if ( ! function_exists( 'lsx_sitemap_pages' ) ) :
519
+if ( ! function_exists('lsx_sitemap_pages')) :
520 520
 
521 521
 	/**
522 522
 	 * Outputs Pages for the Sitemap Template.
@@ -532,15 +532,15 @@  discard block
 block discarded – undo
532 532
 			'post_type'      => 'page',
533 533
 		);
534 534
 
535
-		$pages = new WP_Query( $page_args );
535
+		$pages = new WP_Query($page_args);
536 536
 
537
-		if ( $pages->have_posts() ) {
538
-			echo '<h2>' . esc_html__( 'Pages', 'lsx' ) . '</h2>';
537
+		if ($pages->have_posts()) {
538
+			echo '<h2>' . esc_html__('Pages', 'lsx') . '</h2>';
539 539
 			echo '<ul>';
540 540
 
541
-			while ( $pages->have_posts() ) {
541
+			while ($pages->have_posts()) {
542 542
 				$pages->the_post();
543
-				echo '<li class="page_item page-item-' . esc_attr( get_the_ID() ) . '"><a href="' . esc_url( get_permalink() ) . '" title="">' . get_the_title() . '</a></li>';
543
+				echo '<li class="page_item page-item-' . esc_attr(get_the_ID()) . '"><a href="' . esc_url(get_permalink()) . '" title="">' . get_the_title() . '</a></li>';
544 544
 			}
545 545
 
546 546
 			echo '</ul>';
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
 
551 551
 endif;
552 552
 
553
-if ( ! function_exists( 'lsx_sitemap_custom_post_type' ) ) :
553
+if ( ! function_exists('lsx_sitemap_custom_post_type')) :
554 554
 
555 555
 	/**
556 556
 	 * Outputs a custom post type section.
@@ -564,9 +564,9 @@  discard block
 block discarded – undo
564 564
 			'_builtin' => false,
565 565
 		);
566 566
 
567
-		$post_types = get_post_types( $args , 'names' );
567
+		$post_types = get_post_types($args, 'names');
568 568
 
569
-		foreach ( $post_types as $post_type ) {
569
+		foreach ($post_types as $post_type) {
570 570
 			$post_type_args = array(
571 571
 				'post_type'      => 'page',
572 572
 				'posts_per_page' => 99,
@@ -574,22 +574,22 @@  discard block
 block discarded – undo
574 574
 				'post_type'      => $post_type,
575 575
 			);
576 576
 
577
-			$post_type_items  = new WP_Query( $post_type_args );
578
-			$post_type_object = get_post_type_object( $post_type );
577
+			$post_type_items  = new WP_Query($post_type_args);
578
+			$post_type_object = get_post_type_object($post_type);
579 579
 
580
-			if ( ! empty( $post_type_object ) ) {
580
+			if ( ! empty($post_type_object)) {
581 581
 				$title = $post_type_object->labels->name;
582 582
 			} else {
583
-				$title = ucwords( $post_type );
583
+				$title = ucwords($post_type);
584 584
 			}
585 585
 
586
-			if ( $post_type_items->have_posts() ) {
587
-				echo '<h2>' . esc_html( $title ) . '</h2>';
586
+			if ($post_type_items->have_posts()) {
587
+				echo '<h2>' . esc_html($title) . '</h2>';
588 588
 				echo '<ul>';
589 589
 
590
-				while ( $post_type_items->have_posts() ) {
590
+				while ($post_type_items->have_posts()) {
591 591
 					$post_type_items->the_post();
592
-					echo '<li class="' . esc_attr( get_post_type() ) . '_item ' . esc_attr( get_post_type() ) . '-item-' . esc_attr( get_the_ID() ) . '"><a href="' . esc_url( get_permalink() ) . '" title="">' . get_the_title() . '</a></li>';
592
+					echo '<li class="' . esc_attr(get_post_type()) . '_item ' . esc_attr(get_post_type()) . '-item-' . esc_attr(get_the_ID()) . '"><a href="' . esc_url(get_permalink()) . '" title="">' . get_the_title() . '</a></li>';
593 593
 				}
594 594
 
595 595
 				echo '</ul>';
@@ -600,7 +600,7 @@  discard block
 block discarded – undo
600 600
 
601 601
 endif;
602 602
 
603
-if ( ! function_exists( 'lsx_sitemap_taxonomy_clouds' ) ) :
603
+if ( ! function_exists('lsx_sitemap_taxonomy_clouds')) :
604 604
 
605 605
 	/**
606 606
 	 * Outputs the public taxonomies.
@@ -614,18 +614,18 @@  discard block
 block discarded – undo
614 614
 			'_builtin' => false,
615 615
 		);
616 616
 
617
-		$taxonomies = get_taxonomies( $taxonomy_args );
617
+		$taxonomies = get_taxonomies($taxonomy_args);
618 618
 
619
-		if ( ! empty( $taxonomies ) ) {
620
-			foreach ( $taxonomies as $taxonomy_id => $taxonomy ) {
621
-				$tag_cloud = wp_tag_cloud( array(
619
+		if ( ! empty($taxonomies)) {
620
+			foreach ($taxonomies as $taxonomy_id => $taxonomy) {
621
+				$tag_cloud = wp_tag_cloud(array(
622 622
 					'taxonomy' => $taxonomy_id,
623 623
 					'echo'     => false,
624
-				) );
624
+				));
625 625
 
626
-				if ( ! empty( $tag_cloud ) ) {
627
-					echo '<h2>' . esc_html( $taxonomy ) . '</h2>';
628
-					echo '<aside id="' . esc_attr( $taxonomy_id ) . '" class="widget widget_' . esc_attr( $taxonomy_id ) . '">' . esc_html( $tag_cloud ) . '</aside>';
626
+				if ( ! empty($tag_cloud)) {
627
+					echo '<h2>' . esc_html($taxonomy) . '</h2>';
628
+					echo '<aside id="' . esc_attr($taxonomy_id) . '" class="widget widget_' . esc_attr($taxonomy_id) . '">' . esc_html($tag_cloud) . '</aside>';
629 629
 				}
630 630
 			}
631 631
 		}
@@ -633,7 +633,7 @@  discard block
 block discarded – undo
633 633
 
634 634
 endif;
635 635
 
636
-if ( ! function_exists( 'lsx_add_top_menu' ) ) :
636
+if ( ! function_exists('lsx_add_top_menu')) :
637 637
 
638 638
 	/**
639 639
 	 * Adds our top menu to the theme.
@@ -642,28 +642,28 @@  discard block
 block discarded – undo
642 642
 	 * @subpackage template-tags
643 643
 	 */
644 644
 	function lsx_add_top_menu() {
645
-		if ( has_nav_menu( 'top-menu' ) || has_nav_menu( 'top-menu-left' ) ) :
645
+		if (has_nav_menu('top-menu') || has_nav_menu('top-menu-left')) :
646 646
 			?>
647 647
 			<div id="top-menu" class="<?php lsx_top_menu_classes(); ?>">
648 648
 				<div class="container">
649
-					<?php if ( has_nav_menu( 'top-menu' ) ) : ?>
649
+					<?php if (has_nav_menu('top-menu')) : ?>
650 650
 						<nav class="top-menu">
651 651
 							<?php
652
-								wp_nav_menu( array(
652
+								wp_nav_menu(array(
653 653
 									'theme_location' => 'top-menu',
654 654
 									'walker'         => new LSX_Bootstrap_Navwalker(),
655
-								) );
655
+								));
656 656
 							?>
657 657
 						</nav>
658 658
 					<?php endif; ?>
659 659
 
660
-					<?php if ( has_nav_menu( 'top-menu-left' ) ) : ?>
660
+					<?php if (has_nav_menu('top-menu-left')) : ?>
661 661
 						<nav class="top-menu pull-left">
662 662
 							<?php
663
-								wp_nav_menu( array(
663
+								wp_nav_menu(array(
664 664
 									'theme_location' => 'top-menu-left',
665 665
 									'walker'         => new LSX_Bootstrap_Navwalker(),
666
-								) );
666
+								));
667 667
 							?>
668 668
 						</nav>
669 669
 					<?php endif; ?>
@@ -675,9 +675,9 @@  discard block
 block discarded – undo
675 675
 
676 676
 endif;
677 677
 
678
-add_action( 'lsx_header_before', 'lsx_add_top_menu' );
678
+add_action('lsx_header_before', 'lsx_add_top_menu');
679 679
 
680
-if ( ! function_exists( 'lsx_get_my_url' ) ) :
680
+if ( ! function_exists('lsx_get_my_url')) :
681 681
 
682 682
 	/**
683 683
 	 * Return URL from a link in the content.
@@ -686,11 +686,11 @@  discard block
 block discarded – undo
686 686
 	 * @subpackage template-tags
687 687
 	 */
688 688
 	function lsx_get_my_url() {
689
-		if ( ! preg_match( '/<a\s[^>]*?href=[\'"](.+?)[\'"]/is', get_the_content(), $matches ) ) {
689
+		if ( ! preg_match('/<a\s[^>]*?href=[\'"](.+?)[\'"]/is', get_the_content(), $matches)) {
690 690
 			return false;
691 691
 		}
692 692
 
693
-		return esc_url_raw( $matches[1] );
693
+		return esc_url_raw($matches[1]);
694 694
 	}
695 695
 
696 696
 endif;
Please login to merge, or discard this patch.
includes/plugins/woocommerce.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -784,7 +784,7 @@
 block discarded – undo
784 784
 	 *
785 785
 	 * @access      public
786 786
 	 * @since       1.0
787
-	 * @return      void
787
+	 * @return      string
788 788
 	 */
789 789
 	function lsx_wc_product_searchform( $form ) {
790 790
 
Please login to merge, or discard this patch.
Spacing   +196 added lines, -196 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@  discard block
 block discarded – undo
6 6
  * @subpackage woocommerce
7 7
  */
8 8
 
9
-if ( ! defined( 'ABSPATH' ) ) {
9
+if ( ! defined('ABSPATH')) {
10 10
 	exit;
11 11
 }
12 12
 
13
-if ( ! function_exists( 'lsx_wc_support' ) ) :
13
+if ( ! function_exists('lsx_wc_support')) :
14 14
 
15 15
 	/**
16 16
 	 * WooCommerce support.
@@ -19,17 +19,17 @@  discard block
 block discarded – undo
19 19
 	 * @subpackage woocommerce
20 20
 	 */
21 21
 	function lsx_wc_support() {
22
-		add_theme_support( 'woocommerce' );
23
-		add_theme_support( 'wc-product-gallery-zoom' );
24
-		add_theme_support( 'wc-product-gallery-lightbox' );
25
-		add_theme_support( 'wc-product-gallery-slider' );
22
+		add_theme_support('woocommerce');
23
+		add_theme_support('wc-product-gallery-zoom');
24
+		add_theme_support('wc-product-gallery-lightbox');
25
+		add_theme_support('wc-product-gallery-slider');
26 26
 	}
27 27
 
28
-	add_action( 'after_setup_theme', 'lsx_wc_support' );
28
+	add_action('after_setup_theme', 'lsx_wc_support');
29 29
 
30 30
 endif;
31 31
 
32
-if ( ! function_exists( 'lsx_wc_scripts_add_styles' ) ) :
32
+if ( ! function_exists('lsx_wc_scripts_add_styles')) :
33 33
 
34 34
 	/**
35 35
 	 * WooCommerce enqueue styles.
@@ -38,28 +38,28 @@  discard block
 block discarded – undo
38 38
 	 * @subpackage woocommerce
39 39
 	 */
40 40
 	function lsx_wc_scripts_add_styles() {
41
-		wp_enqueue_style( 'woocommerce-lsx', get_template_directory_uri() . '/assets/css/woocommerce.css', array( 'lsx_main' ), LSX_VERSION );
42
-		wp_style_add_data( 'woocommerce-lsx', 'rtl', 'replace' );
41
+		wp_enqueue_style('woocommerce-lsx', get_template_directory_uri() . '/assets/css/woocommerce.css', array('lsx_main'), LSX_VERSION);
42
+		wp_style_add_data('woocommerce-lsx', 'rtl', 'replace');
43 43
 
44 44
 		// Remove select2 added by WooCommerce
45 45
 
46
-		if ( ! is_admin() ) {
47
-			wp_dequeue_style( 'select2' );
48
-			wp_deregister_style( 'select2' );
46
+		if ( ! is_admin()) {
47
+			wp_dequeue_style('select2');
48
+			wp_deregister_style('select2');
49 49
 
50
-			wp_dequeue_script( 'select2' );
50
+			wp_dequeue_script('select2');
51 51
 			//wp_deregister_script( 'select2' );
52 52
 		}
53 53
 
54 54
 		// Remove WC Shipping Multiple Addresses specific script causing issues on checkout
55
-		wp_dequeue_script( 'wcms-country-select' );
55
+		wp_dequeue_script('wcms-country-select');
56 56
 	}
57 57
 
58
-	add_action( 'wp_enqueue_scripts', 'lsx_wc_scripts_add_styles' );
58
+	add_action('wp_enqueue_scripts', 'lsx_wc_scripts_add_styles');
59 59
 
60 60
 endif;
61 61
 
62
-if ( ! function_exists( 'lsx_wc_form_field_args' ) ) :
62
+if ( ! function_exists('lsx_wc_form_field_args')) :
63 63
 
64 64
 	/**
65 65
 	 * WooCommerce form fields.
@@ -67,17 +67,17 @@  discard block
 block discarded – undo
67 67
 	 * @package    lsx
68 68
 	 * @subpackage woocommerce
69 69
 	 */
70
-	function lsx_wc_form_field_args( $args, $key, $value ) {
70
+	function lsx_wc_form_field_args($args, $key, $value) {
71 71
 		$args['input_class'][] = 'form-control';
72 72
 
73 73
 		return $args;
74 74
 	}
75 75
 
76
-	add_action( 'woocommerce_form_field_args', 'lsx_wc_form_field_args', 10, 3 );
76
+	add_action('woocommerce_form_field_args', 'lsx_wc_form_field_args', 10, 3);
77 77
 
78 78
 endif;
79 79
 
80
-if ( ! function_exists( 'lsx_wc_theme_wrapper_start' ) ) :
80
+if ( ! function_exists('lsx_wc_theme_wrapper_start')) :
81 81
 
82 82
 	/**
83 83
 	 * WooCommerce wrapper start.
@@ -87,18 +87,18 @@  discard block
 block discarded – undo
87 87
 	 */
88 88
 	function lsx_wc_theme_wrapper_start() {
89 89
 		lsx_content_wrap_before();
90
-		echo '<div id="primary" class="content-area ' . esc_attr( lsx_main_class() ) . '">';
90
+		echo '<div id="primary" class="content-area ' . esc_attr(lsx_main_class()) . '">';
91 91
 		lsx_content_before();
92 92
 		echo '<main id="main" class="site-main" role="main">';
93 93
 		lsx_content_top();
94 94
 	}
95 95
 
96
-	remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
97
-	add_action( 'woocommerce_before_main_content', 'lsx_wc_theme_wrapper_start' );
96
+	remove_action('woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
97
+	add_action('woocommerce_before_main_content', 'lsx_wc_theme_wrapper_start');
98 98
 
99 99
 endif;
100 100
 
101
-if ( ! function_exists( 'lsx_wc_theme_wrapper_end' ) ) :
101
+if ( ! function_exists('lsx_wc_theme_wrapper_end')) :
102 102
 
103 103
 	/**
104 104
 	 * WooCommerce wrapper end.
@@ -114,12 +114,12 @@  discard block
 block discarded – undo
114 114
 		lsx_content_wrap_after();
115 115
 	}
116 116
 
117
-	remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );
118
-	add_action( 'woocommerce_after_main_content', 'lsx_wc_theme_wrapper_end' );
117
+	remove_action('woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
118
+	add_action('woocommerce_after_main_content', 'lsx_wc_theme_wrapper_end');
119 119
 
120 120
 endif;
121 121
 
122
-if ( ! function_exists( 'lsx_wc_disable_lsx_banner_plugin' ) ) :
122
+if ( ! function_exists('lsx_wc_disable_lsx_banner_plugin')) :
123 123
 
124 124
 	/**
125 125
 	 * Disable LSX Banners plugin in some WC pages.
@@ -127,25 +127,25 @@  discard block
 block discarded – undo
127 127
 	 * @package    lsx
128 128
 	 * @subpackage woocommerce
129 129
 	 */
130
-	function lsx_wc_disable_lsx_banner_plugin( $disabled ) {
130
+	function lsx_wc_disable_lsx_banner_plugin($disabled) {
131 131
 		global $post;
132 132
 
133
-		if ( is_cart() || is_checkout() || is_account_page() ) {
133
+		if (is_cart() || is_checkout() || is_account_page()) {
134 134
 			$disabled = true;
135 135
 		}
136 136
 
137
-		if ( $post && class_exists( 'WC_Wishlists_Pages' ) && WC_Wishlists_Pages::is_wishlist_page( $post->post_name ) ) {
137
+		if ($post && class_exists('WC_Wishlists_Pages') && WC_Wishlists_Pages::is_wishlist_page($post->post_name)) {
138 138
 			$disabled = true;
139 139
 		}
140 140
 
141 141
 		return $disabled;
142 142
 	}
143 143
 
144
-	add_filter( 'lsx_banner_plugin_disable', 'lsx_wc_disable_lsx_banner_plugin' );
144
+	add_filter('lsx_banner_plugin_disable', 'lsx_wc_disable_lsx_banner_plugin');
145 145
 
146 146
 endif;
147 147
 
148
-if ( ! function_exists( 'lsx_wc_disable_lsx_banner' ) ) :
148
+if ( ! function_exists('lsx_wc_disable_lsx_banner')) :
149 149
 
150 150
 	/**
151 151
 	 * Disable LSX Banners banner in some WC pages.
@@ -153,19 +153,19 @@  discard block
 block discarded – undo
153 153
 	 * @package    lsx
154 154
 	 * @subpackage woocommerce
155 155
 	 */
156
-	function lsx_wc_disable_lsx_banner( $disabled ) {
157
-		if ( is_shop() || is_product_category() || is_product_tag() || is_product() ) {
156
+	function lsx_wc_disable_lsx_banner($disabled) {
157
+		if (is_shop() || is_product_category() || is_product_tag() || is_product()) {
158 158
 			$disabled = true;
159 159
 		}
160 160
 
161 161
 		return $disabled;
162 162
 	}
163 163
 
164
-	add_filter( 'lsx_banner_disable', 'lsx_wc_disable_lsx_banner' );
164
+	add_filter('lsx_banner_disable', 'lsx_wc_disable_lsx_banner');
165 165
 
166 166
 endif;
167 167
 
168
-if ( ! function_exists( 'lsx_wc_add_cart' ) ) :
168
+if ( ! function_exists('lsx_wc_add_cart')) :
169 169
 
170 170
 	/**
171 171
 	 * Adds WC cart to the header.
@@ -173,34 +173,34 @@  discard block
 block discarded – undo
173 173
 	 * @package    lsx
174 174
 	 * @subpackage template-tags
175 175
 	 */
176
-	function lsx_wc_add_cart( $items, $args ) {
177
-		$cart_menu_item_position = apply_filters( 'lsx_wc_cart_menu_item_position', 'primary' );
176
+	function lsx_wc_add_cart($items, $args) {
177
+		$cart_menu_item_position = apply_filters('lsx_wc_cart_menu_item_position', 'primary');
178 178
 
179 179
 		$cart_logged_out_position = $cart_menu_item_position . '_logged_out';
180 180
 
181
-		if ( $cart_menu_item_position === $args->theme_location || $cart_logged_out_position === $args->theme_location ) {
182
-			$customizer_option  = get_theme_mod( 'lsx_header_wc_cart', false );
181
+		if ($cart_menu_item_position === $args->theme_location || $cart_logged_out_position === $args->theme_location) {
182
+			$customizer_option = get_theme_mod('lsx_header_wc_cart', false);
183 183
 
184
-			if ( ! empty( $customizer_option ) ) {
184
+			if ( ! empty($customizer_option)) {
185 185
 				ob_start();
186
-				the_widget( 'WC_Widget_Cart', 'title=' );
186
+				the_widget('WC_Widget_Cart', 'title=');
187 187
 				$widget = ob_get_clean();
188 188
 
189
-				if ( is_cart() ) {
189
+				if (is_cart()) {
190 190
 					$class = 'current-menu-item';
191 191
 				} else {
192 192
 					$class = '';
193 193
 				}
194 194
 
195 195
 				$item_class = 'menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown lsx-wc-cart-menu-item ' . $class;
196
-				$item_class = apply_filters( 'lsx_wc_cart_menu_item_class', $item_class );
196
+				$item_class = apply_filters('lsx_wc_cart_menu_item_class', $item_class);
197 197
 
198 198
 				$item = '<li class="' . $item_class . '">' .
199
-							'<a title="' . esc_attr__( 'View your shopping cart', 'lsx' ) . '" href="' . esc_url( wc_get_cart_url() ) . '" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">' .
200
-								'<span class="lsx-wc-cart-amount">' . wp_kses_data( WC()->cart->get_cart_subtotal() ) . '</span>' .
199
+							'<a title="' . esc_attr__('View your shopping cart', 'lsx') . '" href="' . esc_url(wc_get_cart_url()) . '" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">' .
200
+								'<span class="lsx-wc-cart-amount">' . wp_kses_data(WC()->cart->get_cart_subtotal()) . '</span>' .
201 201
 								/* Translators: %s: items quantity */
202
-								'<span class="lsx-wc-cart-count">' . wp_kses_data( sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), 'lsx' ), WC()->cart->get_cart_contents_count() ) ) . '</span>' .
203
-								( ! empty( WC()->cart->get_cart_contents_count() ) ? '<span class="lsx-wc-cart-count-badge">' . wp_kses_data( WC()->cart->get_cart_contents_count() ) . '</span>' : '' ) .
202
+								'<span class="lsx-wc-cart-count">' . wp_kses_data(sprintf(_n('%d item', '%d items', WC()->cart->get_cart_contents_count(), 'lsx'), WC()->cart->get_cart_contents_count())) . '</span>' .
203
+								( ! empty(WC()->cart->get_cart_contents_count()) ? '<span class="lsx-wc-cart-count-badge">' . wp_kses_data(WC()->cart->get_cart_contents_count()) . '</span>' : '') .
204 204
 							'</a>' .
205 205
 							'<ul role="menu" class=" dropdown-menu lsx-wc-cart-sub-menu">' .
206 206
 								'<li>' .
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
 							'</ul>' .
210 210
 						'</li>';
211 211
 
212
-				if ( 'top-menu' === $args->theme_location ) {
212
+				if ('top-menu' === $args->theme_location) {
213 213
 					$items = $item . $items;
214 214
 				} else {
215 215
 					$items = $items . $item;
@@ -220,11 +220,11 @@  discard block
 block discarded – undo
220 220
 		return $items;
221 221
 	}
222 222
 
223
-	add_filter( 'wp_nav_menu_items', 'lsx_wc_add_cart', 10, 2 );
223
+	add_filter('wp_nav_menu_items', 'lsx_wc_add_cart', 10, 2);
224 224
 
225 225
 endif;
226 226
 
227
-if ( ! function_exists( 'lsx_wc_products_widget_wrapper_before' ) ) :
227
+if ( ! function_exists('lsx_wc_products_widget_wrapper_before')) :
228 228
 
229 229
 	/**
230 230
 	 * Change WC products widget wrapper (before).
@@ -232,16 +232,16 @@  discard block
 block discarded – undo
232 232
 	 * @package    lsx
233 233
 	 * @subpackage woocommerce
234 234
 	 */
235
-	function lsx_wc_products_widget_wrapper_before( $html ) {
235
+	function lsx_wc_products_widget_wrapper_before($html) {
236 236
 		$html = '<div class="lsx-woocommerce-slider lsx-woocommerce-shortcode">';
237 237
 		return $html;
238 238
 	}
239 239
 
240
-	add_filter( 'woocommerce_before_widget_product_list', 'lsx_wc_products_widget_wrapper_before', 15 );
240
+	add_filter('woocommerce_before_widget_product_list', 'lsx_wc_products_widget_wrapper_before', 15);
241 241
 
242 242
 endif;
243 243
 
244
-if ( ! function_exists( 'lsx_wc_products_widget_wrapper_after' ) ) :
244
+if ( ! function_exists('lsx_wc_products_widget_wrapper_after')) :
245 245
 
246 246
 	/**
247 247
 	 * Change WC products widget wrapper (after).
@@ -249,16 +249,16 @@  discard block
 block discarded – undo
249 249
 	 * @package    lsx
250 250
 	 * @subpackage woocommerce
251 251
 	 */
252
-	function lsx_wc_products_widget_wrapper_after( $html ) {
252
+	function lsx_wc_products_widget_wrapper_after($html) {
253 253
 		$html = '</div>';
254 254
 		return $html;
255 255
 	}
256 256
 
257
-	add_filter( 'woocommerce_after_widget_product_list', 'lsx_wc_products_widget_wrapper_after', 15 );
257
+	add_filter('woocommerce_after_widget_product_list', 'lsx_wc_products_widget_wrapper_after', 15);
258 258
 
259 259
 endif;
260 260
 
261
-if ( ! function_exists( 'lsx_wc_reviews_widget_override' ) ) :
261
+if ( ! function_exists('lsx_wc_reviews_widget_override')) :
262 262
 
263 263
 	/**
264 264
 	 * Override WC ewviews widget.
@@ -267,18 +267,18 @@  discard block
 block discarded – undo
267 267
 	 * @subpackage woocommerce
268 268
 	 */
269 269
 	function lsx_wc_reviews_widget_override() {
270
-		if ( class_exists( 'WC_Widget_Recent_Reviews' ) ) {
271
-			unregister_widget( 'WC_Widget_Recent_Reviews' );
270
+		if (class_exists('WC_Widget_Recent_Reviews')) {
271
+			unregister_widget('WC_Widget_Recent_Reviews');
272 272
 			require get_template_directory() . '/includes/classes/class-lsx-wc-widget-recent-reviews.php';
273
-			register_widget( 'LSX_WC_Widget_Recent_Reviews' );
273
+			register_widget('LSX_WC_Widget_Recent_Reviews');
274 274
 		}
275 275
 	}
276 276
 
277
-	add_action( 'widgets_init', 'lsx_wc_reviews_widget_override', 15 );
277
+	add_action('widgets_init', 'lsx_wc_reviews_widget_override', 15);
278 278
 
279 279
 endif;
280 280
 
281
-if ( ! function_exists( 'lsx_wc_change_price_html' ) ) :
281
+if ( ! function_exists('lsx_wc_change_price_html')) :
282 282
 
283 283
 	/**
284 284
 	 * Change WC ZERO price to "free".
@@ -290,28 +290,28 @@  discard block
 block discarded – undo
290 290
 	 * @param $product WC_Product
291 291
 	 * @return string
292 292
 	 */
293
-	function lsx_wc_change_price_html( $price, $product ) {
294
-		if ( empty( $product->get_price() ) ) {
295
-			if ( $product->is_on_sale() && $product->get_regular_price() ) {
296
-				$regular_price = wc_get_price_to_display( $product, array(
293
+	function lsx_wc_change_price_html($price, $product) {
294
+		if (empty($product->get_price())) {
295
+			if ($product->is_on_sale() && $product->get_regular_price()) {
296
+				$regular_price = wc_get_price_to_display($product, array(
297 297
 					'qty' => 1,
298 298
 					'price' => $product->get_regular_price(),
299
-				) );
299
+				));
300 300
 
301
-				$price = wc_format_price_range( $regular_price, esc_html__( 'Free!', 'lsx' ) );
301
+				$price = wc_format_price_range($regular_price, esc_html__('Free!', 'lsx'));
302 302
 			} else {
303
-				$price = '<span class="amount">' . esc_html__( 'Free!', 'lsx' ) . '</span>';
303
+				$price = '<span class="amount">' . esc_html__('Free!', 'lsx') . '</span>';
304 304
 			}
305 305
 		}
306 306
 
307 307
 		return $price;
308 308
 	}
309 309
 
310
-	add_filter( 'woocommerce_get_price_html', 'lsx_wc_change_price_html', 15, 2 );
310
+	add_filter('woocommerce_get_price_html', 'lsx_wc_change_price_html', 15, 2);
311 311
 
312 312
 endif;
313 313
 
314
-if ( ! function_exists( 'lsx_wc_cart_link_fragment' ) ) :
314
+if ( ! function_exists('lsx_wc_cart_link_fragment')) :
315 315
 
316 316
 	/**
317 317
 	 * Cart Fragments.
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
 	 * @package    lsx
321 321
 	 * @subpackage woocommerce
322 322
 	 */
323
-	function lsx_wc_cart_link_fragment( $fragments ) {
323
+	function lsx_wc_cart_link_fragment($fragments) {
324 324
 		global $woocommerce;
325 325
 
326 326
 		ob_start();
@@ -331,8 +331,8 @@  discard block
 block discarded – undo
331 331
 		lsx_wc_items_counter();
332 332
 		$items_counter = ob_get_clean();
333 333
 
334
-		if ( ! empty( $items_counter ) ) {
335
-			$fragments['div.widget_shopping_cart_content'] = preg_replace( '/(.+)(<\/ul>)[\s\n]*(<p class="woocommerce-mini-cart__total)(.+)/', '$1' . $items_counter . '$2$3$4', $fragments['div.widget_shopping_cart_content'] );
334
+		if ( ! empty($items_counter)) {
335
+			$fragments['div.widget_shopping_cart_content'] = preg_replace('/(.+)(<\/ul>)[\s\n]*(<p class="woocommerce-mini-cart__total)(.+)/', '$1' . $items_counter . '$2$3$4', $fragments['div.widget_shopping_cart_content']);
336 336
 		}
337 337
 
338 338
 		return $fragments;
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
 
341 341
 endif;
342 342
 
343
-if ( ! function_exists( 'lsx_wc_cart_link' ) ) :
343
+if ( ! function_exists('lsx_wc_cart_link')) :
344 344
 
345 345
 	/**
346 346
 	 * Cart Link.
@@ -351,14 +351,14 @@  discard block
 block discarded – undo
351 351
 	 */
352 352
 	function lsx_wc_cart_link() {
353 353
 		?>
354
-			<a title="<?php esc_attr_e( 'View your shopping cart', 'lsx' ); ?>" href="<?php echo esc_url( wc_get_cart_url() ); ?>" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">
355
-				<span class="lsx-wc-cart-amount"><?php echo wp_kses_data( WC()->cart->get_cart_subtotal() ); ?></span>
354
+			<a title="<?php esc_attr_e('View your shopping cart', 'lsx'); ?>" href="<?php echo esc_url(wc_get_cart_url()); ?>" data-toggle="dropdown" class="dropdown-toggle" aria-haspopup="true">
355
+				<span class="lsx-wc-cart-amount"><?php echo wp_kses_data(WC()->cart->get_cart_subtotal()); ?></span>
356 356
 
357 357
 				<?php /* Translators: %s: items quantity */ ?>
358
-				<span class="lsx-wc-cart-count"><?php echo wp_kses_data( sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), 'lsx' ), WC()->cart->get_cart_contents_count() ) );?></span>
358
+				<span class="lsx-wc-cart-count"><?php echo wp_kses_data(sprintf(_n('%d item', '%d items', WC()->cart->get_cart_contents_count(), 'lsx'), WC()->cart->get_cart_contents_count())); ?></span>
359 359
 
360
-				<?php if ( ! empty( WC()->cart->get_cart_contents_count() ) ) : ?>
361
-					<span class="lsx-wc-cart-count-badge"><?php echo wp_kses_data( WC()->cart->get_cart_contents_count() );?></span>
360
+				<?php if ( ! empty(WC()->cart->get_cart_contents_count())) : ?>
361
+					<span class="lsx-wc-cart-count-badge"><?php echo wp_kses_data(WC()->cart->get_cart_contents_count()); ?></span>
362 362
 				<?php endif; ?>
363 363
 			</a>
364 364
 		<?php
@@ -366,7 +366,7 @@  discard block
 block discarded – undo
366 366
 
367 367
 endif;
368 368
 
369
-if ( ! function_exists( 'lsx_wc_items_counter' ) ) :
369
+if ( ! function_exists('lsx_wc_items_counter')) :
370 370
 
371 371
 	/**
372 372
 	 * Add car item hidden items counter.
@@ -378,21 +378,21 @@  discard block
 block discarded – undo
378 378
 		$count = (int) WC()->cart->get_cart_contents_count();
379 379
 		$items_counter = '';
380 380
 
381
-		if ( ! empty( $count ) ) {
381
+		if ( ! empty($count)) {
382 382
 			$count -= 3;
383 383
 
384
-			if ( 1 === $count ) {
385
-				$items_counter = esc_html__( '1 other item in cart', 'lsx' );
386
-			} elseif ( $count > 1 ) {
384
+			if (1 === $count) {
385
+				$items_counter = esc_html__('1 other item in cart', 'lsx');
386
+			} elseif ($count > 1) {
387 387
 				/* Translators: %s: items counter */
388
-				$items_counter = sprintf( esc_html__( '%s other items in cart', 'lsx' ), $count );
388
+				$items_counter = sprintf(esc_html__('%s other items in cart', 'lsx'), $count);
389 389
 			}
390 390
 		}
391 391
 
392
-		if ( ! empty( $items_counter ) ) :
392
+		if ( ! empty($items_counter)) :
393 393
 			?>
394 394
 				<li class="woocommerce-mini-cart-item mini_cart_item" style="display: block;">
395
-					<a href="<?php echo esc_url( WC()->cart->get_cart_url() ); ?>"><?php echo esc_html( $items_counter ); ?></a>
395
+					<a href="<?php echo esc_url(WC()->cart->get_cart_url()); ?>"><?php echo esc_html($items_counter); ?></a>
396 396
 				</li>
397 397
 			<?php
398 398
 		endif;
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
400 400
 
401 401
 endif;
402 402
 
403
-if ( ! function_exists( 'lsx_wc_loop_shop_per_page' ) ) :
403
+if ( ! function_exists('lsx_wc_loop_shop_per_page')) :
404 404
 
405 405
 	/**
406 406
 	 * Changes the number of products to display on shop.
@@ -408,16 +408,16 @@  discard block
 block discarded – undo
408 408
 	 * @package    lsx
409 409
 	 * @subpackage woocommerce
410 410
 	 */
411
-	function lsx_wc_loop_shop_per_page( $items ) {
411
+	function lsx_wc_loop_shop_per_page($items) {
412 412
 		$items = 20;
413 413
 		return $items;
414 414
 	}
415 415
 
416
-	add_filter( 'loop_shop_per_page', 'lsx_wc_loop_shop_per_page', 20 );
416
+	add_filter('loop_shop_per_page', 'lsx_wc_loop_shop_per_page', 20);
417 417
 
418 418
 endif;
419 419
 
420
-if ( ! function_exists( 'lsx_wc_add_to_cart_message_html' ) ) :
420
+if ( ! function_exists('lsx_wc_add_to_cart_message_html')) :
421 421
 
422 422
 	/**
423 423
 	 * Changes the "added to cart" message HTML.
@@ -425,39 +425,39 @@  discard block
 block discarded – undo
425 425
 	 * @package    lsx
426 426
 	 * @subpackage woocommerce
427 427
 	 */
428
-	function lsx_wc_add_to_cart_message_html( $message, $products ) {
428
+	function lsx_wc_add_to_cart_message_html($message, $products) {
429 429
 		$message = '<div class="woocommerce-message-added-to-cart">' . $message . '</div>';
430 430
 		return $message;
431 431
 	}
432 432
 
433
-	add_filter( 'wc_add_to_cart_message_html', 'lsx_wc_add_to_cart_message_html', 20, 2 );
433
+	add_filter('wc_add_to_cart_message_html', 'lsx_wc_add_to_cart_message_html', 20, 2);
434 434
 
435 435
 endif;
436 436
 
437
-if ( defined( 'WC_VERSION' ) && version_compare( WC_VERSION, '2.3', '>=' ) ) {
438
-	add_filter( 'woocommerce_add_to_cart_fragments', 'lsx_wc_cart_link_fragment' );
437
+if (defined('WC_VERSION') && version_compare(WC_VERSION, '2.3', '>=')) {
438
+	add_filter('woocommerce_add_to_cart_fragments', 'lsx_wc_cart_link_fragment');
439 439
 } else {
440
-	add_filter( 'add_to_cart_fragments', 'lsx_wc_cart_link_fragment' );
440
+	add_filter('add_to_cart_fragments', 'lsx_wc_cart_link_fragment');
441 441
 }
442 442
 
443
-remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
443
+remove_action('woocommerce_after_shop_loop', 'woocommerce_pagination', 10);
444 444
 
445
-add_action( 'woocommerce_after_shop_loop', 'lsx_wc_sorting_wrapper', 9 );
446
-add_action( 'woocommerce_after_shop_loop', 'woocommerce_catalog_ordering', 10 );
447
-add_action( 'woocommerce_after_shop_loop', 'woocommerce_result_count', 20 );
448
-add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 30 );
449
-add_action( 'woocommerce_after_shop_loop', 'lsx_wc_sorting_wrapper_close', 31 );
445
+add_action('woocommerce_after_shop_loop', 'lsx_wc_sorting_wrapper', 9);
446
+add_action('woocommerce_after_shop_loop', 'woocommerce_catalog_ordering', 10);
447
+add_action('woocommerce_after_shop_loop', 'woocommerce_result_count', 20);
448
+add_action('woocommerce_after_shop_loop', 'woocommerce_pagination', 30);
449
+add_action('woocommerce_after_shop_loop', 'lsx_wc_sorting_wrapper_close', 31);
450 450
 
451
-remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
452
-remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
451
+remove_action('woocommerce_before_shop_loop', 'woocommerce_result_count', 20);
452
+remove_action('woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30);
453 453
 
454
-add_action( 'woocommerce_before_shop_loop', 'lsx_wc_sorting_wrapper', 9 );
455
-add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 );
456
-add_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
457
-add_action( 'woocommerce_before_shop_loop', 'lsx_wc_woocommerce_pagination', 30 );
458
-add_action( 'woocommerce_before_shop_loop', 'lsx_wc_sorting_wrapper_close', 31 );
454
+add_action('woocommerce_before_shop_loop', 'lsx_wc_sorting_wrapper', 9);
455
+add_action('woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10);
456
+add_action('woocommerce_before_shop_loop', 'woocommerce_result_count', 20);
457
+add_action('woocommerce_before_shop_loop', 'lsx_wc_woocommerce_pagination', 30);
458
+add_action('woocommerce_before_shop_loop', 'lsx_wc_sorting_wrapper_close', 31);
459 459
 
460
-if ( ! function_exists( 'lsx_wc_sorting_wrapper' ) ) :
460
+if ( ! function_exists('lsx_wc_sorting_wrapper')) :
461 461
 
462 462
 	/**
463 463
 	 * Sorting wrapper.
@@ -471,7 +471,7 @@  discard block
 block discarded – undo
471 471
 
472 472
 endif;
473 473
 
474
-if ( ! function_exists( 'lsx_wc_sorting_wrapper_close' ) ) :
474
+if ( ! function_exists('lsx_wc_sorting_wrapper_close')) :
475 475
 
476 476
 	/**
477 477
 	 * Sorting wrapper close.
@@ -485,7 +485,7 @@  discard block
 block discarded – undo
485 485
 
486 486
 endif;
487 487
 
488
-if ( ! function_exists( 'lsx_wc_product_columns_wrapper_close' ) ) :
488
+if ( ! function_exists('lsx_wc_product_columns_wrapper_close')) :
489 489
 
490 490
 	/**
491 491
 	 * Product columns wrapper close.
@@ -499,7 +499,7 @@  discard block
 block discarded – undo
499 499
 
500 500
 endif;
501 501
 
502
-if ( ! function_exists( 'lsx_wc_woocommerce_pagination' ) ) :
502
+if ( ! function_exists('lsx_wc_woocommerce_pagination')) :
503 503
 
504 504
 	/**
505 505
 	 * LSX WooCommerce Pagination
@@ -511,14 +511,14 @@  discard block
 block discarded – undo
511 511
 	 * @subpackage woocommerce
512 512
 	 */
513 513
 	function lsx_wc_woocommerce_pagination() {
514
-		if ( woocommerce_products_will_display() ) {
514
+		if (woocommerce_products_will_display()) {
515 515
 			woocommerce_pagination();
516 516
 		}
517 517
 	}
518 518
 
519 519
 endif;
520 520
 
521
-if ( ! function_exists( 'lsx_customizer_wc_controls' ) ) :
521
+if ( ! function_exists('lsx_customizer_wc_controls')) :
522 522
 
523 523
 	/**
524 524
 	 * Returns an array of the core panel.
@@ -528,10 +528,10 @@  discard block
 block discarded – undo
528 528
 	 *
529 529
 	 * @return $lsx_controls array()
530 530
 	 */
531
-	function lsx_customizer_wc_controls( $lsx_controls ) {
531
+	function lsx_customizer_wc_controls($lsx_controls) {
532 532
 		$lsx_controls['panels']['lsx-wc'] = array(
533
-			'title'       => esc_html__( 'WooCommerce', 'lsx' ),
534
-			'description' => esc_html__( 'Change the WooCommerce settings.', 'lsx' ),
533
+			'title'       => esc_html__('WooCommerce', 'lsx'),
534
+			'description' => esc_html__('Change the WooCommerce settings.', 'lsx'),
535 535
 			'priority'    => 23,
536 536
 		);
537 537
 
@@ -540,8 +540,8 @@  discard block
 block discarded – undo
540 540
 		 */
541 541
 
542 542
 		$lsx_controls['sections']['lsx-wc-global'] = array(
543
-			'title'       => esc_html__( 'Global', 'lsx' ),
544
-			'description' => esc_html__( 'Change the WooCommerce global settings.', 'lsx' ),
543
+			'title'       => esc_html__('Global', 'lsx'),
544
+			'description' => esc_html__('Change the WooCommerce global settings.', 'lsx'),
545 545
 			'panel'       => 'lsx-wc',
546 546
 			'priority'    => 1,
547 547
 		);
@@ -552,8 +552,8 @@  discard block
 block discarded – undo
552 552
 		);
553 553
 
554 554
 		$lsx_controls['fields']['lsx_wc_mobile_footer_bar_status'] = array(
555
-			'label'       => esc_html__( 'Footer Bar', 'lsx' ),
556
-			'description' => esc_html__( 'Enable the mobile footer bar.', 'lsx' ),
555
+			'label'       => esc_html__('Footer Bar', 'lsx'),
556
+			'description' => esc_html__('Enable the mobile footer bar.', 'lsx'),
557 557
 			'section'     => 'lsx-wc-global',
558 558
 			'type'        => 'checkbox',
559 559
 			'priority'    => 1,
@@ -564,8 +564,8 @@  discard block
 block discarded – undo
564 564
 		 */
565 565
 
566 566
 		$lsx_controls['sections']['lsx-wc-cart'] = array(
567
-			'title'       => esc_html__( 'Cart', 'lsx' ),
568
-			'description' => esc_html__( 'Change the WooCommerce cart settings.', 'lsx' ),
567
+			'title'       => esc_html__('Cart', 'lsx'),
568
+			'description' => esc_html__('Change the WooCommerce cart settings.', 'lsx'),
569 569
 			'panel'       => 'lsx-wc',
570 570
 			'priority'    => 2,
571 571
 		);
@@ -576,8 +576,8 @@  discard block
 block discarded – undo
576 576
 		);
577 577
 
578 578
 		$lsx_controls['fields']['lsx_header_wc_cart'] = array(
579
-			'label'       => esc_html__( 'Menu Item', 'lsx' ),
580
-			'description' => esc_html__( 'Enable the cart menu item.', 'lsx' ),
579
+			'label'       => esc_html__('Menu Item', 'lsx'),
580
+			'description' => esc_html__('Enable the cart menu item.', 'lsx'),
581 581
 			'section'     => 'lsx-wc-cart',
582 582
 			'type'        => 'checkbox',
583 583
 			'priority'    => 1,
@@ -586,11 +586,11 @@  discard block
 block discarded – undo
586 586
 		return $lsx_controls;
587 587
 	}
588 588
 
589
-	add_filter( 'lsx_customizer_controls', 'lsx_customizer_wc_controls' );
589
+	add_filter('lsx_customizer_controls', 'lsx_customizer_wc_controls');
590 590
 
591 591
 endif;
592 592
 
593
-if ( ! function_exists( 'lsx_wc_footer_bar' ) ) :
593
+if ( ! function_exists('lsx_wc_footer_bar')) :
594 594
 
595 595
 	/**
596 596
 	 * Display WC footer bar.
@@ -599,46 +599,46 @@  discard block
 block discarded – undo
599 599
 	 * @subpackage woocommerce
600 600
 	 */
601 601
 	function lsx_wc_footer_bar() {
602
-		if ( ! empty( get_theme_mod( 'lsx_wc_mobile_footer_bar_status', '1' ) ) ) :
602
+		if ( ! empty(get_theme_mod('lsx_wc_mobile_footer_bar_status', '1'))) :
603 603
 			?>
604 604
 			<div class="lsx-wc-footer-bar">
605
-				<form role="search" method="get" action="<?php echo esc_url( home_url() ); ?>" class="lsx-wc-footer-bar-form">
605
+				<form role="search" method="get" action="<?php echo esc_url(home_url()); ?>" class="lsx-wc-footer-bar-form">
606 606
 					<fieldset>
607
-						<legend class="screen-reader-text"><?php esc_html_e( 'Search products', 'lsx' ); ?></legend>
608
-						<input type="search" name="s" placeholder="<?php esc_attr_e( 'Search products...', 'lsx' ); ?>" class="form-control">
607
+						<legend class="screen-reader-text"><?php esc_html_e('Search products', 'lsx'); ?></legend>
608
+						<input type="search" name="s" placeholder="<?php esc_attr_e('Search products...', 'lsx'); ?>" class="form-control">
609 609
 					</fieldset>
610 610
 				</form>
611 611
 
612 612
 				<ul class="lsx-wc-footer-bar-items">
613 613
 					<li class="lsx-wc-footer-bar-item">
614
-						<a href="<?php echo esc_url( home_url() ); ?>" class="lsx-wc-footer-bar-link">
614
+						<a href="<?php echo esc_url(home_url()); ?>" class="lsx-wc-footer-bar-link">
615 615
 							<i class="fa fa-home" aria-hidden="true"></i>
616
-							<span><?php esc_html_e( 'Home', 'lsx' ); ?></span>
616
+							<span><?php esc_html_e('Home', 'lsx'); ?></span>
617 617
 						</a>
618 618
 					</li>
619 619
 
620 620
 					<li class="lsx-wc-footer-bar-item">
621
-						<a href="<?php echo esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ); ?>" class="lsx-wc-footer-bar-link">
621
+						<a href="<?php echo esc_url(get_permalink(get_option('woocommerce_myaccount_page_id'))); ?>" class="lsx-wc-footer-bar-link">
622 622
 							<i class="fa fa-user" aria-hidden="true"></i>
623
-							<span><?php esc_html_e( 'Account', 'lsx' ); ?></span>
623
+							<span><?php esc_html_e('Account', 'lsx'); ?></span>
624 624
 						</a>
625 625
 					</li>
626 626
 
627 627
 					<li class="lsx-wc-footer-bar-item">
628 628
 						<a href="#" class="lsx-wc-footer-bar-link lsx-wc-footer-bar-link-toogle">
629 629
 							<i class="fa fa-search" aria-hidden="true"></i>
630
-							<span><?php esc_html_e( 'Search', 'lsx' ); ?></span>
630
+							<span><?php esc_html_e('Search', 'lsx'); ?></span>
631 631
 						</a>
632 632
 					</li>
633 633
 
634 634
 					<li class="lsx-wc-footer-bar-item">
635
-						<a href="<?php echo esc_url( WC()->cart->get_cart_url() ); ?>" class="lsx-wc-footer-bar-link">
635
+						<a href="<?php echo esc_url(WC()->cart->get_cart_url()); ?>" class="lsx-wc-footer-bar-link">
636 636
 							<i class="fa fa-shopping-basket" aria-hidden="true"></i>
637 637
 							<?php $count = WC()->cart->get_cart_contents_count(); ?>
638
-							<?php if ( ! empty( $count ) ) : ?>
639
-								<span class="lsx-wc-footer-bar-count"><?php echo wp_kses_data( $count ); ?></span>
638
+							<?php if ( ! empty($count)) : ?>
639
+								<span class="lsx-wc-footer-bar-count"><?php echo wp_kses_data($count); ?></span>
640 640
 							<?php endif; ?>
641
-							<span><?php esc_html_e( 'Cart', 'lsx' ); ?></span>
641
+							<span><?php esc_html_e('Cart', 'lsx'); ?></span>
642 642
 						</a>
643 643
 					</li>
644 644
 				</ul>
@@ -647,11 +647,11 @@  discard block
 block discarded – undo
647 647
 		endif;
648 648
 	}
649 649
 
650
-	add_action( 'lsx_body_bottom', 'lsx_wc_footer_bar', 15 );
650
+	add_action('lsx_body_bottom', 'lsx_wc_footer_bar', 15);
651 651
 
652 652
 endif;
653 653
 
654
-if ( ! function_exists( 'lsx_wc_body_class' ) ) :
654
+if ( ! function_exists('lsx_wc_body_class')) :
655 655
 
656 656
 	/**
657 657
 	 * Changes body class.
@@ -659,25 +659,25 @@  discard block
 block discarded – undo
659 659
 	 * @package    lsx
660 660
 	 * @subpackage woocommerce
661 661
 	 */
662
-	function lsx_wc_body_class( $classes ) {
662
+	function lsx_wc_body_class($classes) {
663 663
 		global $post;
664 664
 
665
-		if ( $post && class_exists( 'WC_Wishlists_Pages' ) && WC_Wishlists_Pages::is_wishlist_page( $post->post_name ) ) {
665
+		if ($post && class_exists('WC_Wishlists_Pages') && WC_Wishlists_Pages::is_wishlist_page($post->post_name)) {
666 666
 			$classes[] = 'woocommerce-page woocommerce-wishlist';
667 667
 		}
668 668
 
669
-		if ( ! empty( get_theme_mod( 'lsx_wc_mobile_footer_bar_status', '1' ) ) ) {
669
+		if ( ! empty(get_theme_mod('lsx_wc_mobile_footer_bar_status', '1'))) {
670 670
 			$classes[] = 'lsx-wc-has-footer-bar';
671 671
 		}
672 672
 
673 673
 		return $classes;
674 674
 	}
675 675
 
676
-	add_filter( 'body_class', 'lsx_wc_body_class', 2999 );
676
+	add_filter('body_class', 'lsx_wc_body_class', 2999);
677 677
 
678 678
 endif;
679 679
 
680
-if ( ! function_exists( 'lsx_wc_downloadable_products' ) ) :
680
+if ( ! function_exists('lsx_wc_downloadable_products')) :
681 681
 
682 682
 	/**
683 683
 	 * Changes downloads "download" button text.
@@ -685,19 +685,19 @@  discard block
 block discarded – undo
685 685
 	 * @package    lsx
686 686
 	 * @subpackage woocommerce
687 687
 	 */
688
-	function lsx_wc_downloadable_products( $downloads ) {
689
-		foreach ( $downloads as $i => $download ) {
690
-			$downloads[ $i ]['download_name'] = esc_html__( 'Download', 'lsx' );
688
+	function lsx_wc_downloadable_products($downloads) {
689
+		foreach ($downloads as $i => $download) {
690
+			$downloads[$i]['download_name'] = esc_html__('Download', 'lsx');
691 691
 		}
692 692
 
693 693
 		return $downloads;
694 694
 	}
695 695
 
696
-	add_filter( 'woocommerce_customer_get_downloadable_products', 'lsx_wc_downloadable_products', 2999 );
696
+	add_filter('woocommerce_customer_get_downloadable_products', 'lsx_wc_downloadable_products', 2999);
697 697
 
698 698
 endif;
699 699
 
700
-if ( ! function_exists( 'lsx_wc_move_bundle_products' ) ) :
700
+if ( ! function_exists('lsx_wc_move_bundle_products')) :
701 701
 
702 702
 	/**
703 703
 	 * WooCommerce - Move the bundle products to a tab.
@@ -705,46 +705,46 @@  discard block
 block discarded – undo
705 705
 	 * @package    lsx
706 706
 	 * @subpackage woocommerce
707 707
 	 */
708
-	function lsx_wc_move_bundle_products( $tabs ) {
708
+	function lsx_wc_move_bundle_products($tabs) {
709 709
 		global $product, $post;
710 710
 
711
-		if ( method_exists( $product , 'get_bundled_items' ) ) {
711
+		if (method_exists($product, 'get_bundled_items')) {
712 712
 			$bundled_items = $product->get_bundled_items();
713 713
 
714
-			if ( ! empty( $bundled_items ) ) {
714
+			if ( ! empty($bundled_items)) {
715 715
 				$tabs['bundled_products'] = array(
716
-					'title'    => __( 'Included Products', 'lsx' ),
716
+					'title'    => __('Included Products', 'lsx'),
717 717
 					'priority' => 10,
718 718
 					'callback' => 'lsx_wc_bundle_products',
719 719
 				);
720 720
 			}
721 721
 		}
722 722
 
723
-		if ( isset( $tabs['description'] ) ) {
723
+		if (isset($tabs['description'])) {
724 724
 			$tabs['description']['priority'] = 5;
725 725
 		}
726 726
 
727
-		if ( isset( $tabs['reviews'] ) ) {
727
+		if (isset($tabs['reviews'])) {
728 728
 			$tabs['reviews']['priority'] = 15;
729 729
 		}
730 730
 
731
-		if ( isset( $tabs['product_enquiry'] ) ) {
731
+		if (isset($tabs['product_enquiry'])) {
732 732
 			$tabs['product_enquiry']['priority'] = 20;
733 733
 		}
734 734
 
735 735
 		return $tabs;
736 736
 	}
737 737
 
738
-	add_action( 'woocommerce_product_tabs', 'lsx_wc_move_bundle_products', 50 );
738
+	add_action('woocommerce_product_tabs', 'lsx_wc_move_bundle_products', 50);
739 739
 
740 740
 endif;
741 741
 
742
-if ( ! function_exists( 'lsx_wc_bundle_products' ) ) :
742
+if ( ! function_exists('lsx_wc_bundle_products')) :
743 743
 
744 744
 	function lsx_wc_bundle_products() {
745 745
 		global $product, $post;
746 746
 
747
-		if ( method_exists( $product , 'get_bundled_items' ) ) {
747
+		if (method_exists($product, 'get_bundled_items')) {
748 748
 			$bundled_items = $product->get_bundled_items();
749 749
 
750 750
 			// do_action( 'woocommerce_before_bundled_items', $product );
@@ -760,16 +760,16 @@  discard block
 block discarded – undo
760 760
 			// $this->widget_start( $args, $instance );
761 761
 
762 762
 			// @codingStandardsIgnoreLine
763
-			echo apply_filters( 'woocommerce_before_widget_product_list', '<ul class="product_list_widget">' );
763
+			echo apply_filters('woocommerce_before_widget_product_list', '<ul class="product_list_widget">');
764 764
 
765
-			foreach ( $bundled_items as $bundled_item ) {
766
-				$product = wc_get_product( $bundled_item->item_data['product_id'] );
767
-				wc_get_template( 'content-widget-product.php' );
765
+			foreach ($bundled_items as $bundled_item) {
766
+				$product = wc_get_product($bundled_item->item_data['product_id']);
767
+				wc_get_template('content-widget-product.php');
768 768
 				$product = $product_original;
769 769
 			}
770 770
 
771 771
 			// @codingStandardsIgnoreLine
772
-			echo apply_filters( 'woocommerce_after_widget_product_list', '</ul>' );
772
+			echo apply_filters('woocommerce_after_widget_product_list', '</ul>');
773 773
 		}
774 774
 
775 775
 		// $this->widget_end( $args );
@@ -778,7 +778,7 @@  discard block
 block discarded – undo
778 778
 endif;
779 779
 
780 780
 
781
-if ( ! function_exists( 'lsx_wc_product_searchform' ) ) :
781
+if ( ! function_exists('lsx_wc_product_searchform')) :
782 782
 	/**
783 783
 	 * woo_custom_product_searchform
784 784
 	 *
@@ -786,7 +786,7 @@  discard block
 block discarded – undo
786 786
 	 * @since       1.0
787 787
 	 * @return      void
788 788
 	 */
789
-	function lsx_wc_product_searchform( $form ) {
789
+	function lsx_wc_product_searchform($form) {
790 790
 
791 791
 		$form = '
792 792
 			<form role="search" method="get" class="search-form form-inline" id="searchform" action="<?php echo esc_url( home_url( \'/\' ) ); ?>">
@@ -807,53 +807,53 @@  discard block
 block discarded – undo
807 807
 
808 808
 	}
809 809
 endif;
810
-add_filter( 'get_product_search_form' , 'lsx_wc_product_searchform', 10, 1 );
810
+add_filter('get_product_search_form', 'lsx_wc_product_searchform', 10, 1);
811 811
 
812 812
 /**
813 813
  * Add in nav classes for the Product Tabs
814 814
  */
815 815
 function woocommerce_output_product_data_tabs() {
816
-	$html = wc_get_template_html( 'single-product/tabs/tabs.php' );
816
+	$html = wc_get_template_html('single-product/tabs/tabs.php');
817 817
 
818 818
 	//$html = str_replace( 'woocommerce-wc-tabs nav nav-tabs-wrapper', 'woocommerce-tabs wc-tabs-wrapper', $html );
819
-	$html = str_replace( '"tabs wc-tabs', '"nav nav-tabs wc-tabs', $html );
820
-	echo wp_kses_post( $html );
819
+	$html = str_replace('"tabs wc-tabs', '"nav nav-tabs wc-tabs', $html);
820
+	echo wp_kses_post($html);
821 821
 }
822 822
 
823 823
 /**
824 824
  * Output the pagination.
825 825
  */
826 826
 function woocommerce_pagination() {
827
-	if ( ! wc_get_loop_prop( 'is_paginated' ) || ! woocommerce_products_will_display() ) {
827
+	if ( ! wc_get_loop_prop('is_paginated') || ! woocommerce_products_will_display()) {
828 828
 		return;
829 829
 	}
830 830
 	$args = array(
831
-		'total'   => wc_get_loop_prop( 'total_pages' ),
832
-		'current' => wc_get_loop_prop( 'current_page' ),
831
+		'total'   => wc_get_loop_prop('total_pages'),
832
+		'current' => wc_get_loop_prop('current_page'),
833 833
 	);
834 834
 
835
-	if ( wc_get_loop_prop( 'is_shortcode' ) ) {
836
-		$args['base']   = esc_url_raw( add_query_arg( 'product-page', '%#%', false ) );
835
+	if (wc_get_loop_prop('is_shortcode')) {
836
+		$args['base']   = esc_url_raw(add_query_arg('product-page', '%#%', false));
837 837
 		$args['format'] = '?product-page = %#%';
838 838
 	} else {
839
-		$args['base']   = esc_url_raw( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) );
839
+		$args['base']   = esc_url_raw(str_replace(999999999, '%#%', remove_query_arg('add-to-cart', get_pagenum_link(999999999, false))));
840 840
 		$args['format'] = '';
841 841
 	}
842 842
 
843
-	echo wp_kses_post( '<div class="lsx-pagination-wrapper">' );
844
-	$template = wc_get_template_html( 'loop/pagination.php', $args );
845
-	$template = str_replace( 'woocommerce-pagination', 'lsx-pagination', $template );
846
-	echo wp_kses_post( $template );
847
-	echo wp_kses_post( '</div>' );
843
+	echo wp_kses_post('<div class="lsx-pagination-wrapper">');
844
+	$template = wc_get_template_html('loop/pagination.php', $args);
845
+	$template = str_replace('woocommerce-pagination', 'lsx-pagination', $template);
846
+	echo wp_kses_post($template);
847
+	echo wp_kses_post('</div>');
848 848
 }
849 849
 
850
-function lsx_wc_pagination_args( $args ) {
851
-	$args['prev_text'] = '<span class="meta-nav">&larr;</span> ' . esc_html__( 'Previous', 'lsx' );
852
-	$args['next_text'] = esc_html__( 'Next', 'lsx' ) . ' <span class="meta-nav">&rarr;</span>';
853
-	$args['type']	   = 'plain';
850
+function lsx_wc_pagination_args($args) {
851
+	$args['prev_text'] = '<span class="meta-nav">&larr;</span> ' . esc_html__('Previous', 'lsx');
852
+	$args['next_text'] = esc_html__('Next', 'lsx') . ' <span class="meta-nav">&rarr;</span>';
853
+	$args['type'] = 'plain';
854 854
 	return $args;
855 855
 }
856
-add_filter( 'woocommerce_pagination_args', 'lsx_wc_pagination_args',10 ,1 );
856
+add_filter('woocommerce_pagination_args', 'lsx_wc_pagination_args', 10, 1);
857 857
 
858 858
 
859 859
 /**
@@ -863,22 +863,22 @@  discard block
 block discarded – undo
863 863
  *
864 864
  * @return array
865 865
  */
866
-function lsx_wc_product_widget_template( $located, $template_name ) {
867
-	if ( 'content-widget-product.php' === $template_name || 'content-widget-review.php' === $template_name ) {
866
+function lsx_wc_product_widget_template($located, $template_name) {
867
+	if ('content-widget-product.php' === $template_name || 'content-widget-review.php' === $template_name) {
868 868
 
869 869
 		$new_location = get_stylesheet_directory() . '/partials/' . $template_name;
870
-		if ( file_exists( $new_location ) ) {
870
+		if (file_exists($new_location)) {
871 871
 			$located = $new_location;
872 872
 		} else {
873 873
 			$new_location = get_parent_theme_file_path() . '/partials/' . $template_name;
874
-			if ( file_exists( $new_location ) ) {
874
+			if (file_exists($new_location)) {
875 875
 				$located = $new_location;
876 876
 			}
877 877
 		}
878 878
 	}
879 879
 	return $located;
880 880
 }
881
-add_filter( 'wc_get_template', 'lsx_wc_product_widget_template',90 ,2 );
881
+add_filter('wc_get_template', 'lsx_wc_product_widget_template', 90, 2);
882 882
 /*
883 883
 
884 884
 */
Please login to merge, or discard this patch.
includes/config.php 1 patch
Spacing   +66 added lines, -66 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@  discard block
 block discarded – undo
6 6
  * @subpackage config
7 7
  */
8 8
 
9
-if ( ! defined( 'ABSPATH' ) ) {
9
+if ( ! defined('ABSPATH')) {
10 10
 	exit;
11 11
 }
12 12
 
13
-if ( ! function_exists( 'lsx_setup' ) ) :
13
+if ( ! function_exists('lsx_setup')) :
14 14
 
15 15
 	/**
16 16
 	 * Theme after_setup_theme action.
@@ -22,58 +22,58 @@  discard block
 block discarded – undo
22 22
 		global $content_width;
23 23
 		$content_width = 1140;
24 24
 
25
-		load_theme_textdomain( 'lsx', get_template_directory() . '/languages' );
25
+		load_theme_textdomain('lsx', get_template_directory() . '/languages');
26 26
 
27
-		add_image_size( 'lsx-thumbnail-wide',   350, 230, true );
28
-		add_image_size( 'lsx-thumbnail-square', 350, 350, true );
29
-		add_image_size( 'lsx-thumbnail-single', 750, 350, true );
30
-		add_image_size( 'lsx-banner', 1920, 600, true );
27
+		add_image_size('lsx-thumbnail-wide', 350, 230, true);
28
+		add_image_size('lsx-thumbnail-square', 350, 350, true);
29
+		add_image_size('lsx-thumbnail-single', 750, 350, true);
30
+		add_image_size('lsx-banner', 1920, 600, true);
31 31
 
32
-		register_nav_menus( array(
33
-			'primary'       => esc_html__( 'Primary Menu', 'lsx' ),
34
-			'top-menu'      => esc_html__( 'Top Menu (right)' , 'lsx' ),
35
-			'top-menu-left' => esc_html__( 'Top Menu (left)' , 'lsx' ),
36
-			'social'        => esc_html__( 'Social Menu' , 'lsx' ),
37
-			'footer'        => esc_html__( 'Footer Menu' , 'lsx' ),
38
-		) );
32
+		register_nav_menus(array(
33
+			'primary'       => esc_html__('Primary Menu', 'lsx'),
34
+			'top-menu'      => esc_html__('Top Menu (right)', 'lsx'),
35
+			'top-menu-left' => esc_html__('Top Menu (left)', 'lsx'),
36
+			'social'        => esc_html__('Social Menu', 'lsx'),
37
+			'footer'        => esc_html__('Footer Menu', 'lsx'),
38
+		));
39 39
 
40
-		add_theme_support( 'automatic-feed-links' );
41
-		add_theme_support( 'custom-background' );
40
+		add_theme_support('automatic-feed-links');
41
+		add_theme_support('custom-background');
42 42
 
43
-		add_theme_support( 'custom-logo', array(
43
+		add_theme_support('custom-logo', array(
44 44
 			'height'      => 50,
45 45
 			'width'       => 160,
46 46
 			'flex-width'  => true,
47 47
 			'flex-height' => true,
48
-		) );
48
+		));
49 49
 
50
-		add_theme_support( 'html5', array( 'caption' ) );
50
+		add_theme_support('html5', array('caption'));
51 51
 
52
-		add_theme_support( 'post-formats', array(
52
+		add_theme_support('post-formats', array(
53 53
 			'image',
54 54
 			'video',
55 55
 			'gallery',
56 56
 			'audio',
57 57
 			'quote',
58
-		) );
58
+		));
59 59
 
60
-		add_theme_support( 'post-thumbnails' );
61
-		add_theme_support( 'sensei' );
60
+		add_theme_support('post-thumbnails');
61
+		add_theme_support('sensei');
62 62
 
63
-		add_theme_support( 'site-logo', array(
63
+		add_theme_support('site-logo', array(
64 64
 			'header-text' => array(
65 65
 				'site-title',
66 66
 				'site-description',
67 67
 			),
68 68
 			'size' => 'medium',
69
-		) );
69
+		));
70 70
 
71
-		add_theme_support( 'title-tag' );
71
+		add_theme_support('title-tag');
72 72
 
73 73
 		/* @TODO - Necessary to test it */
74 74
 		// add_theme_support( 'woocommerce' );
75 75
 
76
-		add_theme_support( 'starter-content', array(
76
+		add_theme_support('starter-content', array(
77 77
 			'widgets' => array(
78 78
 				'sidebar-home' => array(
79 79
 					'custom_widget_1' => array(
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 
82 82
 						array(
83 83
 							'title' => '',
84
-							'text'  => wp_kses_post( '<div class="row"><div class="col-sm-12 text-center"><h3>Build your perfect website <small>with the LSX theme</small></h3></div></div><div class="row"><div class="col-sm-4 text-center"><h4>Fast</h4><p>"Quick" isn\'t a word most people use when describing their website building experience.</p></div><div class="col-sm-4 text-center"><h4>Easy</h4><p>We\'ve built websites for countless clients, and we know what kind of back-end makes sense easily.</p></div><div class="col-sm-4 text-center"><h4>Comprehensive</h4><p>The LSX extensions come with features out the box that are essential.</p></div></div>' ),
84
+							'text'  => wp_kses_post('<div class="row"><div class="col-sm-12 text-center"><h3>Build your perfect website <small>with the LSX theme</small></h3></div></div><div class="row"><div class="col-sm-4 text-center"><h4>Fast</h4><p>"Quick" isn\'t a word most people use when describing their website building experience.</p></div><div class="col-sm-4 text-center"><h4>Easy</h4><p>We\'ve built websites for countless clients, and we know what kind of back-end makes sense easily.</p></div><div class="col-sm-4 text-center"><h4>Comprehensive</h4><p>The LSX extensions come with features out the box that are essential.</p></div></div>'),
85 85
 						),
86 86
 					),
87 87
 
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 
91 91
 						array(
92 92
 							'title' => '',
93
-							'text'  => wp_kses_post( '<div class="lsx-full-width-alt"><div class="row"><div class="col-xs-12"><h3>A big CTA title</h3><p class="text-center"><a class="btn cta-btn" href="http://www.lsdeb.biz/" target="_blank" rel=”noreferrer noopener”>Hire Us</a><p></div></div></div>' ),
93
+							'text'  => wp_kses_post('<div class="lsx-full-width-alt"><div class="row"><div class="col-xs-12"><h3>A big CTA title</h3><p class="text-center"><a class="btn cta-btn" href="http://www.lsdeb.biz/" target="_blank" rel=”noreferrer noopener”>Hire Us</a><p></div></div></div>'),
94 94
 						),
95 95
 					),
96 96
 
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
 
100 100
 						array(
101 101
 							'title' => '',
102
-							'text'  => wp_kses_post( '<div class="row"><div class="col-xs-12"><h3>Homepage Widget</h3><p>Lorem ipsum dolor sit amet, <a href="#">consectetuer adipiscing elit</a>. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</p></div></div>' ),
102
+							'text'  => wp_kses_post('<div class="row"><div class="col-xs-12"><h3>Homepage Widget</h3><p>Lorem ipsum dolor sit amet, <a href="#">consectetuer adipiscing elit</a>. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</p></div></div>'),
103 103
 						),
104 104
 					),
105 105
 				),
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
 						'text',
110 110
 
111 111
 						array(
112
-							'title' => esc_html__( 'Space for Footer Widgets', 'lsx' ),
113
-							'text'  => esc_html__( 'This is here to showcase some footer widgets. You can decide what to add and what to hide. Nam nostrum evertitur ad, ut pri nibh veniam, urbanitas definitionem eum ex.', 'lsx' ),
112
+							'title' => esc_html__('Space for Footer Widgets', 'lsx'),
113
+							'text'  => esc_html__('This is here to showcase some footer widgets. You can decide what to add and what to hide. Nam nostrum evertitur ad, ut pri nibh veniam, urbanitas definitionem eum ex.', 'lsx'),
114 114
 						),
115 115
 					),
116 116
 
@@ -118,8 +118,8 @@  discard block
 block discarded – undo
118 118
 						'text',
119 119
 
120 120
 						array(
121
-							'title' => esc_html__( 'Space for Footer Widgets', 'lsx' ),
122
-							'text'  => esc_html__( 'This is here to showcase some footer widgets. You can decide what to add and what to hide. Nam nostrum evertitur ad, ut pri nibh veniam, urbanitas definitionem eum ex.', 'lsx' ),
121
+							'title' => esc_html__('Space for Footer Widgets', 'lsx'),
122
+							'text'  => esc_html__('This is here to showcase some footer widgets. You can decide what to add and what to hide. Nam nostrum evertitur ad, ut pri nibh veniam, urbanitas definitionem eum ex.', 'lsx'),
123 123
 						),
124 124
 					),
125 125
 
@@ -127,8 +127,8 @@  discard block
 block discarded – undo
127 127
 						'text',
128 128
 
129 129
 						array(
130
-							'title' => esc_html__( 'Contact us:', 'lsx' ),
131
-							'text'  => wp_kses_post( '<a href="mailto:[email protected]><i class="fa fa-envelope fa-fw"></i> [email protected]</a><br><a href="tel:+27214489843"><i class="fa fa-phone fa-fw"></i> +27 21 448 9843</a><br><i class="fa fa-skype fa-fw"></i> /lightspeeddevelopment' ),
130
+							'title' => esc_html__('Contact us:', 'lsx'),
131
+							'text'  => wp_kses_post('<a href="mailto:[email protected]><i class="fa fa-envelope fa-fw"></i> [email protected]</a><br><a href="tel:+27214489843"><i class="fa fa-phone fa-fw"></i> +27 21 448 9843</a><br><i class="fa fa-skype fa-fw"></i> /lightspeeddevelopment'),
132 132
 						),
133 133
 					),
134 134
 				),
@@ -138,8 +138,8 @@  discard block
 block discarded – undo
138 138
 						'text',
139 139
 
140 140
 						array(
141
-							'title' => esc_html__( 'A Footer Call to Action', 'lsx' ),
142
-							'text'  => esc_html__( 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 'lsx' ),
141
+							'title' => esc_html__('A Footer Call to Action', 'lsx'),
142
+							'text'  => esc_html__('Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 'lsx'),
143 143
 						),
144 144
 					),
145 145
 				),
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 				'home' => array(
150 150
 					'template' => 'page-templates/template-front-page.php',
151 151
 					'thumbnail' => '{{image-banner-example-01}}',
152
-					'post_title' => esc_html__( 'LSX is a free WordPress theme', 'lsx' ),
152
+					'post_title' => esc_html__('LSX is a free WordPress theme', 'lsx'),
153 153
 					'post_content' => '',
154 154
 				),
155 155
 
@@ -166,17 +166,17 @@  discard block
 block discarded – undo
166 166
 
167 167
 			'attachments' => array(
168 168
 				'image-banner-example-01' => array(
169
-					'post_title' => esc_html_x( 'Banner Example 01', 'Theme starter content', 'lsx' ),
169
+					'post_title' => esc_html_x('Banner Example 01', 'Theme starter content', 'lsx'),
170 170
 					'file' => 'assets/images/admin/banner-example-01.jpg',
171 171
 				),
172 172
 
173 173
 				'image-banner-example-02' => array(
174
-					'post_title' => esc_html_x( 'Banner Example 02', 'Theme starter content', 'lsx' ),
174
+					'post_title' => esc_html_x('Banner Example 02', 'Theme starter content', 'lsx'),
175 175
 					'file' => 'assets/images/admin/banner-example-02.jpg',
176 176
 				),
177 177
 
178 178
 				'image-banner-example-03' => array(
179
-					'post_title' => esc_html_x( 'Banner Example 03', 'Theme starter content', 'lsx' ),
179
+					'post_title' => esc_html_x('Banner Example 03', 'Theme starter content', 'lsx'),
180 180
 					'file' => 'assets/images/admin/banner-example-03.jpg',
181 181
 				),
182 182
 			),
@@ -185,12 +185,12 @@  discard block
 block discarded – undo
185 185
 				'show_on_front' => 'page',
186 186
 				'page_on_front' => '{{home}}',
187 187
 				'page_for_posts' => '{{blog}}',
188
-				'blogdescription' => esc_html__( 'LSX starter content example', 'lsx' ),
188
+				'blogdescription' => esc_html__('LSX starter content example', 'lsx'),
189 189
 			),
190 190
 
191 191
 			'nav_menus' => array(
192 192
 				'primary' => array(
193
-					'name' => esc_html__( 'Primary Menu', 'lsx' ),
193
+					'name' => esc_html__('Primary Menu', 'lsx'),
194 194
 
195 195
 					'items' => array(
196 196
 						'page_home',
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
 				),
202 202
 
203 203
 				'top-menu' => array(
204
-					'name' => esc_html__( 'Top Menu', 'lsx' ),
204
+					'name' => esc_html__('Top Menu', 'lsx'),
205 205
 
206 206
 					'items' => array(
207 207
 						'custom_link_1' => array(
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
 				),
230 230
 
231 231
 				'social' => array(
232
-					'name' => esc_html__( 'Social Menu', 'lsx' ),
232
+					'name' => esc_html__('Social Menu', 'lsx'),
233 233
 
234 234
 					'items' => array(
235 235
 						'link_facebook',
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
 				),
245 245
 
246 246
 				'footer' => array(
247
-					'name' => esc_html__( 'Footer Menu', 'lsx' ),
247
+					'name' => esc_html__('Footer Menu', 'lsx'),
248 248
 
249 249
 					'items' => array(
250 250
 						'page_about',
@@ -258,14 +258,14 @@  discard block
 block discarded – undo
258 258
 				'lsx_header_search' => false,
259 259
 				'lsx_layout' => '1c',
260 260
 			),
261
-		) );
261
+		));
262 262
 	}
263 263
 
264 264
 endif;
265 265
 
266
-add_action( 'after_setup_theme', 'lsx_setup' );
266
+add_action('after_setup_theme', 'lsx_setup');
267 267
 
268
-if ( ! function_exists( 'lsx_init' ) ) :
268
+if ( ! function_exists('lsx_init')) :
269 269
 
270 270
 	/**
271 271
 	 * Theme init action.
@@ -274,18 +274,18 @@  discard block
 block discarded – undo
274 274
 	 * @subpackage config
275 275
 	 */
276 276
 	function lsx_init() {
277
-		add_post_type_support( 'page', 'excerpt' );
277
+		add_post_type_support('page', 'excerpt');
278 278
 
279
-		if ( class_exists( 'WooCommerce' ) ) {
280
-			remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
279
+		if (class_exists('WooCommerce')) {
280
+			remove_action('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
281 281
 		}
282 282
 	}
283 283
 
284 284
 endif;
285 285
 
286
-add_action( 'init', 'lsx_init', 100 );
286
+add_action('init', 'lsx_init', 100);
287 287
 
288
-if ( ! function_exists( 'lsx_process_content_width' ) ) :
288
+if ( ! function_exists('lsx_process_content_width')) :
289 289
 
290 290
 	/**
291 291
 	 * Overwrite the $content_width var, based on the layout of the page.
@@ -297,8 +297,8 @@  discard block
 block discarded – undo
297 297
 		global $content_width;
298 298
 
299 299
 		if (
300
-			is_page_template( 'page-templates/template-front-page.php' ) ||
301
-			is_page_template( 'page-templates/template-full-width.php' )
300
+			is_page_template('page-templates/template-front-page.php') ||
301
+			is_page_template('page-templates/template-full-width.php')
302 302
 		) {
303 303
 			$content_width = 1140;
304 304
 		}
@@ -306,9 +306,9 @@  discard block
 block discarded – undo
306 306
 
307 307
 endif;
308 308
 
309
-add_action( 'wp_head', 'lsx_process_content_width' );
309
+add_action('wp_head', 'lsx_process_content_width');
310 310
 
311
-if ( ! function_exists( 'lsx_file_get_contents' ) ) :
311
+if ( ! function_exists('lsx_file_get_contents')) :
312 312
 
313 313
 	/**
314 314
 	 * Get file contents.
@@ -316,19 +316,19 @@  discard block
 block discarded – undo
316 316
 	 * @package    lsx
317 317
 	 * @subpackage config
318 318
 	 */
319
-	function lsx_file_get_contents( $file ) {
320
-		if ( file_exists( $file ) ) {
319
+	function lsx_file_get_contents($file) {
320
+		if (file_exists($file)) {
321 321
 			global $wp_filesystem;
322 322
 
323
-			if ( empty( $wp_filesystem ) ) {
324
-				require_once( ABSPATH . 'wp-admin/includes/file.php' );
323
+			if (empty($wp_filesystem)) {
324
+				require_once(ABSPATH . 'wp-admin/includes/file.php');
325 325
 				WP_Filesystem();
326 326
 			}
327 327
 
328
-			if ( $wp_filesystem ) {
329
-				$contents = $wp_filesystem->get_contents( $file );
328
+			if ($wp_filesystem) {
329
+				$contents = $wp_filesystem->get_contents($file);
330 330
 
331
-				if ( ! empty( $contents ) ) {
331
+				if ( ! empty($contents)) {
332 332
 					return $contents;
333 333
 				}
334 334
 			}
Please login to merge, or discard this patch.
includes/admin/welcome-screen/component-header.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -9,21 +9,21 @@  discard block
 block discarded – undo
9 9
 
10 10
 <div class="row">
11 11
 	<div class="col-md-12">
12
-		<h1><span class="logo"><?php echo esc_html__( 'LSX', 'lsx' ); ?></span> <sup class="version"><?php echo esc_html( LSX_VERSION ); ?></sup></h1>
12
+		<h1><span class="logo"><?php echo esc_html__('LSX', 'lsx'); ?></span> <sup class="version"><?php echo esc_html(LSX_VERSION); ?></sup></h1>
13 13
 	</div>
14 14
 </div>
15 15
 
16 16
 <div class="row">
17 17
 	<div class="col-md-6">
18 18
 		<div class="box enrich">
19
-			<h2><?php esc_html_e( 'Built to enrich your WordPress experience', 'lsx' ); ?></h2>
20
-			<p><?php esc_html_e( 'Whether you\'re using LSX for your personal blog, as the platform for a powerful WooCommerce store or as the foundation for your own child-theme, you\'ll find it\'s the perfect fit for WordPress.', 'lsx' ); ?></p>
19
+			<h2><?php esc_html_e('Built to enrich your WordPress experience', 'lsx'); ?></h2>
20
+			<p><?php esc_html_e('Whether you\'re using LSX for your personal blog, as the platform for a powerful WooCommerce store or as the foundation for your own child-theme, you\'ll find it\'s the perfect fit for WordPress.', 'lsx'); ?></p>
21 21
 
22 22
 			<p>
23 23
 				<?php
24 24
 					printf(
25 25
 						/* Translators: 1: HTML open tag link, 2: HTML close tag link */
26
-						esc_html__( 'Use LSX with our %1$sTour Operator Plugin%2$s to create the ultimate tour operators website!', 'lsx' ),
26
+						esc_html__('Use LSX with our %1$sTour Operator Plugin%2$s to create the ultimate tour operators website!', 'lsx'),
27 27
 						'<a href="https://www.lsdev.biz/product/tour-operator-plugin/" target="_blank" rel=”noreferrer noopener”>',
28 28
 						'</a>'
29 29
 					);
@@ -34,13 +34,13 @@  discard block
 block discarded – undo
34 34
 
35 35
 	<div class="col-md-6">
36 36
 		<div class="box support">
37
-			<h2><?php esc_html_e( 'Get support', 'lsx' ); ?></h2>
37
+			<h2><?php esc_html_e('Get support', 'lsx'); ?></h2>
38 38
 
39 39
 			<p>
40 40
 				<?php
41 41
 					printf(
42 42
 						/* Translators: 1: HTML open tag link, 2: HTML close tag link, 3: HTML open tag link, 4: HTML close tag link */
43
-						esc_html__( 'You\'ll find information on how to use and customize the LSX theme in our %1$sdocumentation%2$s section. However, please do %3$scontact us%4$s for support should you still find yourself unable to achieve your needs.', 'lsx' ),
43
+						esc_html__('You\'ll find information on how to use and customize the LSX theme in our %1$sdocumentation%2$s section. However, please do %3$scontact us%4$s for support should you still find yourself unable to achieve your needs.', 'lsx'),
44 44
 						'<a href="https://www.lsdev.biz/documentation/lsx/" target="_blank" rel=”noreferrer noopener”>',
45 45
 						'</a>',
46 46
 						'<a href="https://www.lsdev.biz/contact-us/" target="_blank" rel=”noreferrer noopener”>',
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
 
52 52
 			<div class="more-button">
53 53
 				<a href="https://www.lsdev.biz/contact-us/" target="_blank" rel=”noreferrer" class="button button-primary" >
54
-					<?php esc_html_e( 'Get in touch', 'lsx' ); ?>
54
+					<?php esc_html_e('Get in touch', 'lsx'); ?>
55 55
 				</a>
56 56
 			</div>
57 57
 		</div>
Please login to merge, or discard this patch.
includes/admin/welcome-screen/component-footer.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -10,30 +10,30 @@  discard block
 block discarded – undo
10 10
 <div class="row">
11 11
 	<div class="col-md-6">
12 12
 		<div class="box mailchimp">
13
-			<h2><?php esc_html_e( 'Newsletter', 'lsx' ); ?></h2>
14
-			<p><?php esc_html_e( 'Subscribe to our mailing list.', 'lsx' ); ?></p>
13
+			<h2><?php esc_html_e('Newsletter', 'lsx'); ?></h2>
14
+			<p><?php esc_html_e('Subscribe to our mailing list.', 'lsx'); ?></p>
15 15
 
16 16
 			<!-- Begin MailChimp Signup Form -->
17 17
 			<form action="//lsdev.us2.list-manage.com/subscribe/post?u=e50b2c5c82f4b42ea978af479&amp;id=92c36218e5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
18 18
 				<div id="mc_embed_signup">
19 19
 					<div id="mc_embed_signup_scroll">
20 20
 						<div class="mc-field-group">
21
-							<label for="mce-EMAIL"><?php esc_html_e( 'Email Address', 'lsx' ); ?> <span class="asterisk">*</span></label>
21
+							<label for="mce-EMAIL"><?php esc_html_e('Email Address', 'lsx'); ?> <span class="asterisk">*</span></label>
22 22
 							<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
23 23
 						</div>
24 24
 						<div class="mc-field-group">
25
-							<label for="mce-FNAME"><?php esc_html_e( 'First Name', 'lsx' ); ?> </label>
25
+							<label for="mce-FNAME"><?php esc_html_e('First Name', 'lsx'); ?> </label>
26 26
 							<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
27 27
 						</div>
28 28
 						<div class="mc-field-group">
29
-							<label for="mce-LNAME"><?php esc_html_e( 'Last Name', 'lsx' ); ?> </label>
29
+							<label for="mce-LNAME"><?php esc_html_e('Last Name', 'lsx'); ?> </label>
30 30
 							<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
31 31
 						</div>
32 32
 					</div>
33 33
 					<div style="position:absolute;left:-5000px;" aria-hidden="true"><input type="text" name="b_e50b2c5c82f4b42ea978af479_92c36218e5" tabindex="-1" value=""></div>
34 34
 				</div>
35 35
 				<div class="more-button">
36
-					<input type="submit" value="<?php esc_html_e( 'Subscribe', 'lsx' ); ?>" name="subscribe" class="button button-primary">
36
+					<input type="submit" value="<?php esc_html_e('Subscribe', 'lsx'); ?>" name="subscribe" class="button button-primary">
37 37
 				</div>
38 38
 			</form>
39 39
 			<!--End mc_embed_signup-->
@@ -42,13 +42,13 @@  discard block
 block discarded – undo
42 42
 
43 43
 	<div class="col-md-6">
44 44
 		<div class="box suggest">
45
-			<h2><?php esc_html_e( 'Enjoying LSX?', 'lsx' ); ?></h2>
45
+			<h2><?php esc_html_e('Enjoying LSX?', 'lsx'); ?></h2>
46 46
 
47 47
 			<p>
48 48
 				<?php
49 49
 					printf(
50 50
 						/* Translators: 1: HTML open tag link, 2: HTML close tag link */
51
-						esc_html__( 'Why not %1$sleave a review%2$s on WordPress.org? We\'re looking foward to all our users\' feedback!', 'lsx' ),
51
+						esc_html__('Why not %1$sleave a review%2$s on WordPress.org? We\'re looking foward to all our users\' feedback!', 'lsx'),
52 52
 						'<a href="https://wordpress.org/themes/lsx" target="_blank rel="noopener noreferrer">',
53 53
 						'</a>'
54 54
 					);
Please login to merge, or discard this patch.
functions.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -5,21 +5,21 @@
 block discarded – undo
5 5
  * @package lsx
6 6
  */
7 7
 
8
-if ( ! defined( 'ABSPATH' ) ) {
8
+if ( ! defined('ABSPATH')) {
9 9
 	exit;
10 10
 }
11 11
 
12
-define( 'LSX_VERSION', '2.1.2' );
12
+define('LSX_VERSION', '2.1.2');
13 13
 
14
-if ( class_exists( 'WooCommerce' ) ) {
14
+if (class_exists('WooCommerce')) {
15 15
 	require get_template_directory() . '/includes/plugins/woocommerce.php';
16 16
 }
17 17
 
18
-if ( class_exists( 'Tribe__Events__Main' ) ) {
18
+if (class_exists('Tribe__Events__Main')) {
19 19
 	require get_template_directory() . '/includes/plugins/the-events-calendar.php';
20 20
 }
21 21
 
22
-if ( class_exists( 'Sensei_WC' ) ) {
22
+if (class_exists('Sensei_WC')) {
23 23
 	require get_template_directory() . '/includes/plugins/sensei.php';
24 24
 }
25 25
 
Please login to merge, or discard this patch.