Passed
Push — master ( 89fb2a...19937e )
by Virginia
05:10
created
templates/content-exercise.php 1 patch
Spacing   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@  discard block
 block discarded – undo
10 10
 $muscle_group  = lsx_health_plan_muscle_group_equipment();
11 11
 
12 12
 // Getting translated endpoint.
13
-$exercise = \lsx_health_plan\functions\get_option( 'endpoint_exercise_single', 'exercise' );
13
+$exercise = \lsx_health_plan\functions\get_option('endpoint_exercise_single', 'exercise');
14 14
 
15
-$connected_members  = get_post_meta( get_the_ID(), ( $exercise . '_connected_team_member' ), true );
16
-$connected_articles = get_post_meta( get_the_ID(), ( $exercise . '_connected_articles' ), true );
15
+$connected_members  = get_post_meta(get_the_ID(), ($exercise . '_connected_team_member'), true);
16
+$connected_articles = get_post_meta(get_the_ID(), ($exercise . '_connected_articles'), true);
17 17
 
18 18
 $sharing = 'sharing-disabled';
19
-if ( class_exists( 'LSX_Sharing' ) || ( function_exists( 'sharing_display' ) || class_exists( 'Jetpack_Likes' ) ) ) :
19
+if (class_exists('LSX_Sharing') || (function_exists('sharing_display') || class_exists('Jetpack_Likes'))) :
20 20
 	$sharing = 'sharing-enabled';
21 21
 endif;
22 22
 
@@ -34,51 +34,51 @@  discard block
 block discarded – undo
34 34
 
35 35
 	<div id="single-exercise" class="entry-content">
36 36
 
37
-		<div class="exercise-title-section title-lined <?php echo esc_html( $sharing ); ?>">
38
-			<?php if ( class_exists( 'LSX_Sharing' ) || ( function_exists( 'sharing_display' ) || class_exists( 'Jetpack_Likes' ) ) ) : ?>
37
+		<div class="exercise-title-section title-lined <?php echo esc_html($sharing); ?>">
38
+			<?php if (class_exists('LSX_Sharing') || (function_exists('sharing_display') || class_exists('Jetpack_Likes'))) : ?>
39 39
 
40 40
 					<?php
41
-					if ( class_exists( 'LSX_Sharing' ) ) {
41
+					if (class_exists('LSX_Sharing')) {
42 42
 						lsx_content_sharing();
43 43
 					} else {
44
-						if ( function_exists( 'sharing_display' ) ) {
45
-							sharing_display( '', true );
44
+						if (function_exists('sharing_display')) {
45
+							sharing_display('', true);
46 46
 						}
47 47
 
48
-						if ( class_exists( 'Jetpack_Likes' ) ) {
48
+						if (class_exists('Jetpack_Likes')) {
49 49
 							$custom_likes = new Jetpack_Likes();
50
-							echo wp_kses_post( $custom_likes->post_likes( '' ) );
50
+							echo wp_kses_post($custom_likes->post_likes(''));
51 51
 						}
52 52
 					}
53 53
 					?>
54 54
 			<?php endif ?>
55 55
 
56
-			<?php lsx_health_plan_exercise_title( '<h2>', '</h2>', false ); ?>
56
+			<?php lsx_health_plan_exercise_title('<h2>', '</h2>', false); ?>
57 57
 		</div>
58
-		<?php echo wp_kses_post( lsx_hp_member_connected( $connected_members, 'exercise' ) ); ?>
58
+		<?php echo wp_kses_post(lsx_hp_member_connected($connected_members, 'exercise')); ?>
59 59
 		<div class="row">
60 60
 			<div class="col-md-6 exercise-image lsx-hp-shadow">
61 61
 
62 62
 			<?php
63 63
 			$lsx_hp = lsx_health_plan();
64 64
 
65
-			if ( $lsx_hp->frontend->gallery->has_gallery( get_the_ID() ) ) {
65
+			if ($lsx_hp->frontend->gallery->has_gallery(get_the_ID())) {
66 66
 				lsx_health_plan_gallery();
67 67
 			} else {
68 68
 				$featured_image = get_the_post_thumbnail();
69
-				if ( ! empty( $featured_image ) && '' !== $featured_image ) {
70
-					the_post_thumbnail( 'large', array(
69
+				if ( ! empty($featured_image) && '' !== $featured_image) {
70
+					the_post_thumbnail('large', array(
71 71
 						'class' => 'aligncenter',
72
-					) );
72
+					));
73 73
 				} else {
74 74
 					?>
75
-					<img loading="lazy" src="<?php echo esc_attr( plugin_dir_url( __FILE__ ) . '../assets/images/placeholder.jpg' ); ?>">
75
+					<img loading="lazy" src="<?php echo esc_attr(plugin_dir_url(__FILE__) . '../assets/images/placeholder.jpg'); ?>">
76 76
 					<?php
77 77
 				}
78 78
 			}
79 79
 			?>
80 80
 
81
-				<?php if ( ( ! empty( $exercise_type ) ) || ( ! empty( $equipment ) ) || ( ! empty( $muscle_group ) ) ) { ?>
81
+				<?php if (( ! empty($exercise_type)) || ( ! empty($equipment)) || ( ! empty($muscle_group))) { ?>
82 82
 					<div class="exercise-data">
83 83
 						<?php lsx_health_plan_exercise_data(); ?>
84 84
 					</div>
@@ -86,12 +86,12 @@  discard block
 block discarded – undo
86 86
 			</div>
87 87
 			<div class="col-md-6 exercise-content">
88 88
 				<?php the_content(); ?>
89
-				<?php echo do_shortcode( '[lsx_health_plan_featured_tips_block]' ); ?>
89
+				<?php echo do_shortcode('[lsx_health_plan_featured_tips_block]'); ?>
90 90
 				<div  class="back-plan-btn">
91 91
 				<?php
92
-				if ( function_exists( 'wc_get_page_id' ) ) {
92
+				if (function_exists('wc_get_page_id')) {
93 93
 					?>
94
-					<a class="btn" href="<?php echo wp_kses_post( get_permalink( wc_get_page_id( 'myaccount' ) ) ); ?>"><?php esc_html_e( 'Back to my plans', 'lsx-health-plan' ); ?></a>
94
+					<a class="btn" href="<?php echo wp_kses_post(get_permalink(wc_get_page_id('myaccount'))); ?>"><?php esc_html_e('Back to my plans', 'lsx-health-plan'); ?></a>
95 95
 					<?php
96 96
 				}
97 97
 				?>
@@ -105,8 +105,8 @@  discard block
 block discarded – undo
105 105
 </article><!-- #post-## -->
106 106
 
107 107
 <?php
108
-if ( ! empty( $connected_articles ) ) {
109
-	lsx_hp_single_related( $connected_articles, __( 'Related articles', 'lsx-health-plan' ) );
108
+if ( ! empty($connected_articles)) {
109
+	lsx_hp_single_related($connected_articles, __('Related articles', 'lsx-health-plan'));
110 110
 }
111 111
 ?>
112 112
 
Please login to merge, or discard this patch.
templates/partials/workout-list.php 1 patch
Spacing   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -5,24 +5,24 @@  discard block
 block discarded – undo
5 5
  * @package lsx-health-plan
6 6
  */
7 7
 
8
-global $group_name,$shortcode_args;
9
-$groups = get_post_meta( get_the_ID(), $group_name, true );
10
-if ( is_singular( 'workout' ) ) {
11
-	$groups = get_post_meta( get_queried_object_id(), $group_name, true );
8
+global $group_name, $shortcode_args;
9
+$groups = get_post_meta(get_the_ID(), $group_name, true);
10
+if (is_singular('workout')) {
11
+	$groups = get_post_meta(get_queried_object_id(), $group_name, true);
12 12
 }
13
-$link_setting          = \lsx_health_plan\functions\get_option( 'workout_tab_link', 'single' );
14
-$content_setting       = \lsx_health_plan\functions\get_option( 'workout_tab_content', '' );
15
-$modal_content_setting = \lsx_health_plan\functions\get_option( 'workout_tab_modal_content', 'excerpt' );
13
+$link_setting          = \lsx_health_plan\functions\get_option('workout_tab_link', 'single');
14
+$content_setting       = \lsx_health_plan\functions\get_option('workout_tab_content', '');
15
+$modal_content_setting = \lsx_health_plan\functions\get_option('workout_tab_modal_content', 'excerpt');
16 16
 
17 17
 // Check for shortcode overrides.
18
-if ( null !== $shortcode_args ) {
19
-	if ( isset( $shortcode_args['link'] ) ) {
18
+if (null !== $shortcode_args) {
19
+	if (isset($shortcode_args['link'])) {
20 20
 		$link_setting = $shortcode_args['link'];
21 21
 	}
22
-	if ( isset( $shortcode_args['description'] ) ) {
22
+	if (isset($shortcode_args['description'])) {
23 23
 		$content_setting = $shortcode_args['description'];
24 24
 	}
25
-	if ( isset( $shortcode_args['modal_content'] ) ) {
25
+	if (isset($shortcode_args['modal_content'])) {
26 26
 		$modal_content_setting = $shortcode_args['modal_content'];
27 27
 	}
28 28
 }
@@ -31,46 +31,46 @@  discard block
 block discarded – undo
31 31
 	'modal_content' => $modal_content_setting,
32 32
 );
33 33
 
34
-if ( ! empty( $groups ) ) {
34
+if ( ! empty($groups)) {
35 35
 	?>
36 36
 	<div class="set-list">
37 37
 		<div class="workout-list">
38 38
 			<?php
39
-			foreach ( $groups as $group ) {
39
+			foreach ($groups as $group) {
40 40
 
41 41
 				$connected_exercise = false;
42
-				if ( isset( $group['connected_exercises'] ) && '' !== $group['connected_exercises'] ) {
42
+				if (isset($group['connected_exercises']) && '' !== $group['connected_exercises']) {
43 43
 					$connected_exercise = true;
44 44
 				}
45 45
 
46
-				if ( ( $connected_exercise ) || ( ( ! $connected_exercise ) && '' !== $group['alt_title'] && isset( $group['alt_title'] ) ) ) {
46
+				if (($connected_exercise) || (( ! $connected_exercise) && '' !== $group['alt_title'] && isset($group['alt_title']))) {
47 47
 
48 48
 					$alt_title = '';
49
-					if ( isset( $group['alt_title'] ) && '' !== $group['alt_title'] ) {
50
-						$alt_title = '<span class="alt-title">' . esc_html( $group['alt_title'] ) . '</span>';
49
+					if (isset($group['alt_title']) && '' !== $group['alt_title']) {
50
+						$alt_title = '<span class="alt-title">' . esc_html($group['alt_title']) . '</span>';
51 51
 					}
52 52
 
53 53
 					$alt_description = '';
54
-					if ( isset( $group['alt_description'] ) && '' !== $group['alt_description'] ) {
55
-						$alt_description = '<span class="alt-description">' . esc_html( $group['alt_description'] ) . '</span>';
54
+					if (isset($group['alt_description']) && '' !== $group['alt_description']) {
55
+						$alt_description = '<span class="alt-description">' . esc_html($group['alt_description']) . '</span>';
56 56
 					}
57 57
 
58 58
 					$alt_image = '';
59
-					if ( isset( $group['exercise_alt_thumbnail'] ) && '' !== $group['exercise_alt_thumbnail'] ) {
59
+					if (isset($group['exercise_alt_thumbnail']) && '' !== $group['exercise_alt_thumbnail']) {
60 60
 						$alt_image = $group['exercise_alt_thumbnail'];
61 61
 					}
62 62
 
63 63
 					$reps = '';
64
-					if ( isset( $group['reps'] ) && '' !== $group['reps'] ) {
65
-						$reps = '<span class="reps">' . esc_html( $group['reps'] ) . '</span>';
64
+					if (isset($group['reps']) && '' !== $group['reps']) {
65
+						$reps = '<span class="reps">' . esc_html($group['reps']) . '</span>';
66 66
 					}
67 67
 					// Setup our link and content.
68
-					switch ( $link_setting ) {
68
+					switch ($link_setting) {
69 69
 						case 'single':
70 70
 							$link_html  = '';
71 71
 							$link_close = '';
72
-							if ( $connected_exercise ) {
73
-								$link_html  = '<a href="' . get_permalink( $group['connected_exercises'] ) . '">';
72
+							if ($connected_exercise) {
73
+								$link_html  = '<a href="' . get_permalink($group['connected_exercises']) . '">';
74 74
 								$link_close = '</a>';
75 75
 							}
76 76
 							break;
@@ -78,17 +78,17 @@  discard block
 block discarded – undo
78 78
 						case 'modal':
79 79
 							$link_html  = '';
80 80
 							$link_close = '';
81
-							if ( $connected_exercise ) {
82
-								if ( ( '' !== $alt_title ) || ( '' !== $alt_description ) || ( '' !== $alt_image ) ) {
81
+							if ($connected_exercise) {
82
+								if (('' !== $alt_title) || ('' !== $alt_description) || ('' !== $alt_image)) {
83 83
 									$link_html  = '<a class="alt-modal" data-toggle="modal" href="#workout-alt-exercise-modal-' . $group['connected_exercises'] . '">';
84 84
 									$link_close = '</a>';
85 85
 									// We call the button to register the alt modal, but we do not output it.
86
-									lsx_health_plan_workout_exercise_alt_button( $group['connected_exercises'], $group, false, $modal_args, $alt_title, $alt_description, $alt_image );
86
+									lsx_health_plan_workout_exercise_alt_button($group['connected_exercises'], $group, false, $modal_args, $alt_title, $alt_description, $alt_image);
87 87
 								} else {
88 88
 									$link_html  = '<a data-toggle="modal" href="#workout-exercise-modal-' . $group['connected_exercises'] . '">';
89 89
 									$link_close = '</a>';
90 90
 									// We call the button to register the modal, but we do not output it.
91
-									lsx_health_plan_workout_exercise_button( $group['connected_exercises'], $group, false, $modal_args );
91
+									lsx_health_plan_workout_exercise_button($group['connected_exercises'], $group, false, $modal_args);
92 92
 								}
93 93
 							}
94 94
 							break;
@@ -104,49 +104,49 @@  discard block
 block discarded – undo
104 104
 						<div class="row">
105 105
 							<div class="col-sm-6 col-md-2">
106 106
 								<div class="exercise-feature-img">
107
-									<?php echo wp_kses_post( $link_html ); ?>
107
+									<?php echo wp_kses_post($link_html); ?>
108 108
 										<?php
109 109
 										// We call the button to register the modal, but we do not output it.
110
-										lsx_health_plan_workout_exercise_button( $group['connected_exercises'], $group, false, $modal_args );
110
+										lsx_health_plan_workout_exercise_button($group['connected_exercises'], $group, false, $modal_args);
111 111
 										$thumbnail_args = array(
112 112
 											'class' => 'aligncenter',
113 113
 										);
114
-										$featured_image = get_the_post_thumbnail( $group['connected_exercises'], 'medium', $thumbnail_args );
115
-										if ( $alt_image ) {
114
+										$featured_image = get_the_post_thumbnail($group['connected_exercises'], 'medium', $thumbnail_args);
115
+										if ($alt_image) {
116 116
 											$featured_image = '<img alt="thumbnail" loading="lazy" class="aligncenter wp-post-image" src="' . $alt_image . '">';
117 117
 										}
118
-										if ( ! empty( $featured_image ) && '' !== $featured_image ) {
119
-											echo wp_kses_post( $featured_image );
118
+										if ( ! empty($featured_image) && '' !== $featured_image) {
119
+											echo wp_kses_post($featured_image);
120 120
 										} else {
121 121
 											?>
122
-											<img loading="lazy" src="<?php echo esc_attr( plugin_dir_url( __DIR__ ) . '../assets/images/placeholder.jpg' ); ?>">
122
+											<img loading="lazy" src="<?php echo esc_attr(plugin_dir_url(__DIR__) . '../assets/images/placeholder.jpg'); ?>">
123 123
 											<?php
124 124
 										}
125 125
 										?>
126
-									<?php echo wp_kses_post( $link_close ); ?>
126
+									<?php echo wp_kses_post($link_close); ?>
127 127
 								</div>
128 128
 							</div>
129 129
 							<div class="col-sm-6 col-md-10">
130 130
 								<div class="title">
131 131
 									<h3>
132
-									<?php echo wp_kses_post( $link_html ); ?>
132
+									<?php echo wp_kses_post($link_html); ?>
133 133
 											<?php
134
-											$exercise_title = lsx_health_plan_exercise_title( '', '', false, false, $group['connected_exercises'] );
135
-											if ( '' !== $alt_title ) {
134
+											$exercise_title = lsx_health_plan_exercise_title('', '', false, false, $group['connected_exercises']);
135
+											if ('' !== $alt_title) {
136 136
 												$exercise_title = $alt_title;
137 137
 											}
138
-											if ( '' !== $reps ) {
138
+											if ('' !== $reps) {
139 139
 												$exercise_title .= $reps;
140 140
 											}
141
-											echo wp_kses_post( $exercise_title );
141
+											echo wp_kses_post($exercise_title);
142 142
 											?>
143
-										<?php echo wp_kses_post( $link_close ); ?>
143
+										<?php echo wp_kses_post($link_close); ?>
144 144
 									</h3>
145 145
 								</div>
146
-								<?php if ( '' !== $link_html ) { ?>
147
-									<?php echo wp_kses_post( str_replace( '<a', '<a class="btn border-btn" ', $link_html ) ); ?>
148
-									<?php esc_html_e( 'How to do it?', 'lsx-health-plan' ); ?>
149
-									<?php echo wp_kses_post( $link_close ); ?>
146
+								<?php if ('' !== $link_html) { ?>
147
+									<?php echo wp_kses_post(str_replace('<a', '<a class="btn border-btn" ', $link_html)); ?>
148
+									<?php esc_html_e('How to do it?', 'lsx-health-plan'); ?>
149
+									<?php echo wp_kses_post($link_close); ?>
150 150
 								<?php } ?>
151 151
 							</div>
152 152
 						</div>
Please login to merge, or discard this patch.
templates/partials/workout-grid.php 1 patch
Spacing   +61 added lines, -61 removed lines patch added patch discarded remove patch
@@ -5,30 +5,30 @@  discard block
 block discarded – undo
5 5
  * @package lsx-health-plan
6 6
  */
7 7
 
8
-global $group_name,$shortcode_args;
9
-$groups = get_post_meta( get_the_ID(), $group_name, true );
10
-if ( is_singular( 'workout' ) ) {
11
-	$groups = get_post_meta( get_queried_object_id(), $group_name, true );
8
+global $group_name, $shortcode_args;
9
+$groups = get_post_meta(get_the_ID(), $group_name, true);
10
+if (is_singular('workout')) {
11
+	$groups = get_post_meta(get_queried_object_id(), $group_name, true);
12 12
 }
13 13
 
14
-$link_setting          = \lsx_health_plan\functions\get_option( 'workout_tab_link', 'single' );
15
-$modal_content_setting = \lsx_health_plan\functions\get_option( 'workout_tab_modal_content', 'excerpt' );
16
-$content_setting       = \lsx_health_plan\functions\get_option( 'workout_tab_content', '' );
17
-$column_setting        = \lsx_health_plan\functions\get_option( 'workout_tab_columns', '4' );
14
+$link_setting          = \lsx_health_plan\functions\get_option('workout_tab_link', 'single');
15
+$modal_content_setting = \lsx_health_plan\functions\get_option('workout_tab_modal_content', 'excerpt');
16
+$content_setting       = \lsx_health_plan\functions\get_option('workout_tab_content', '');
17
+$column_setting        = \lsx_health_plan\functions\get_option('workout_tab_columns', '4');
18 18
 
19 19
 // Check for shortcode overrides.
20
-if ( null !== $shortcode_args ) {
21
-	if ( isset( $shortcode_args['link'] ) ) {
20
+if (null !== $shortcode_args) {
21
+	if (isset($shortcode_args['link'])) {
22 22
 		$link_setting = $shortcode_args['link'];
23 23
 	}
24
-	if ( isset( $shortcode_args['description'] ) ) {
24
+	if (isset($shortcode_args['description'])) {
25 25
 		$content_setting = $shortcode_args['description'];
26 26
 	}
27
-	if ( isset( $shortcode_args['columns'] ) ) {
27
+	if (isset($shortcode_args['columns'])) {
28 28
 		$column_setting = $shortcode_args['columns'];
29
-		$column_setting = \lsx_health_plan\functions\column_class( $column_setting );
29
+		$column_setting = \lsx_health_plan\functions\column_class($column_setting);
30 30
 	}
31
-	if ( isset( $shortcode_args['modal_content'] ) ) {
31
+	if (isset($shortcode_args['modal_content'])) {
32 32
 		$modal_content_setting = $shortcode_args['modal_content'];
33 33
 	}
34 34
 }
@@ -39,64 +39,64 @@  discard block
 block discarded – undo
39 39
 
40 40
 $counter = 1;
41 41
 
42
-if ( ! empty( $groups ) ) {
42
+if ( ! empty($groups)) {
43 43
 	?>
44 44
 	<div class="set-grid">
45 45
 		<div class="workout-grid row">
46 46
 			<?php
47
-			foreach ( $groups as $group ) {
47
+			foreach ($groups as $group) {
48 48
 				$connected_exercise = false;
49
-				if ( isset( $group['connected_exercises'] ) && '' !== $group['connected_exercises'] ) {
49
+				if (isset($group['connected_exercises']) && '' !== $group['connected_exercises']) {
50 50
 					$connected_exercise = true;
51 51
 				}
52 52
 
53
-				if ( ! $connected_exercise ) {
53
+				if ( ! $connected_exercise) {
54 54
 					$group['connected_exercises'] = '';
55 55
 				}
56 56
 				$alt_title_value = $group['alt_title'] ?? '';
57
-				if ( ( $connected_exercise ) || ( ( ! $connected_exercise ) && $alt_title_value ) ) {
57
+				if (($connected_exercise) || (( ! $connected_exercise) && $alt_title_value)) {
58 58
 
59 59
 					$alt_title = '';
60
-					if ( isset( $group['alt_title'] ) && '' !== $group['alt_title'] ) {
61
-						$alt_title = '<span class="alt-title">' . esc_html( $group['alt_title'] ) . '</span>';
60
+					if (isset($group['alt_title']) && '' !== $group['alt_title']) {
61
+						$alt_title = '<span class="alt-title">' . esc_html($group['alt_title']) . '</span>';
62 62
 					}
63 63
 
64 64
 					$alt_description = '';
65
-					if ( isset( $group['alt_description'] ) && '' !== $group['alt_description'] ) {
66
-						$alt_description = '<span class="alt-description">' . esc_html( $group['alt_description'] ) . '</span>';
65
+					if (isset($group['alt_description']) && '' !== $group['alt_description']) {
66
+						$alt_description = '<span class="alt-description">' . esc_html($group['alt_description']) . '</span>';
67 67
 					}
68 68
 
69 69
 					$alt_image = '';
70
-					if ( isset( $group['exercise_alt_thumbnail'] ) && '' !== $group['exercise_alt_thumbnail'] ) {
70
+					if (isset($group['exercise_alt_thumbnail']) && '' !== $group['exercise_alt_thumbnail']) {
71 71
 						$alt_image = $group['exercise_alt_thumbnail'];
72 72
 					}
73 73
 
74 74
 					$reps = '';
75
-					if ( isset( $group['reps'] ) && '' !== $group['reps'] ) {
76
-						$reps = '<span class="reps">' . esc_html( $group['reps'] ) . '</span>';
75
+					if (isset($group['reps']) && '' !== $group['reps']) {
76
+						$reps = '<span class="reps">' . esc_html($group['reps']) . '</span>';
77 77
 					}
78 78
 					$class_excerpt = 'no-excerpt';
79
-					if ( 'excerpt' === $content_setting ) {
79
+					if ('excerpt' === $content_setting) {
80 80
 						$class_excerpt = 'has-excerpt';
81 81
 					}
82 82
 					// Setup our link and content.
83
-					switch ( $link_setting ) {
83
+					switch ($link_setting) {
84 84
 						case 'single':
85
-							$link_html  = '<a href="' . get_permalink( $group['connected_exercises'] ) . '">';
85
+							$link_html  = '<a href="' . get_permalink($group['connected_exercises']) . '">';
86 86
 							$link_close = '</a>';
87 87
 							break;
88 88
 
89 89
 						case 'modal':
90
-							if ( ( '' !== $alt_title ) || ( '' !== $alt_description ) || ( '' !== $alt_image ) ) {
90
+							if (('' !== $alt_title) || ('' !== $alt_description) || ('' !== $alt_image)) {
91 91
 								$link_html  = '<a class="alt-modal" data-toggle="modal" href="#workout-alt-exercise-modal-' . $group['connected_exercises'] . '">';
92 92
 								$link_close = '</a>';
93 93
 								// We call the button to register the alt modal, but we do not output it.
94
-								lsx_health_plan_workout_exercise_alt_button( $group['connected_exercises'], $group, false, $modal_args, $alt_title, $alt_description, $alt_image );
94
+								lsx_health_plan_workout_exercise_alt_button($group['connected_exercises'], $group, false, $modal_args, $alt_title, $alt_description, $alt_image);
95 95
 							} else {
96 96
 								$link_html  = '<a data-toggle="modal" href="#workout-exercise-modal-' . $group['connected_exercises'] . '">';
97 97
 								$link_close = '</a>';
98 98
 								// We call the button to register the modal, but we do not output it.
99
-								lsx_health_plan_workout_exercise_button( $group['connected_exercises'], $group, false, $modal_args );
99
+								lsx_health_plan_workout_exercise_button($group['connected_exercises'], $group, false, $modal_args);
100 100
 							}
101 101
 
102 102
 							break;
@@ -108,59 +108,59 @@  discard block
 block discarded – undo
108 108
 							break;
109 109
 					}
110 110
 					?>
111
-					<div class="col-xs-12 col-sm-6 col-md-<?php echo esc_attr( $column_setting ); ?>">
111
+					<div class="col-xs-12 col-sm-6 col-md-<?php echo esc_attr($column_setting); ?>">
112 112
 						<article class="lsx-slot box-shadow">
113 113
 							<div class="exercise-feature-img">
114
-								<?php echo wp_kses_post( $link_html ); ?>
114
+								<?php echo wp_kses_post($link_html); ?>
115 115
 									<?php
116 116
 									$thumbnail_args = array(
117 117
 										'class' => 'aligncenter',
118 118
 									);
119
-									$featured_image = get_the_post_thumbnail( $group['connected_exercises'], 'medium', $thumbnail_args );
120
-									if ( $alt_image ) {
119
+									$featured_image = get_the_post_thumbnail($group['connected_exercises'], 'medium', $thumbnail_args);
120
+									if ($alt_image) {
121 121
 										$featured_image = '<img alt="thumbnail" loading="lazy" class="aligncenter wp-post-image" src="' . $alt_image . '">';
122 122
 									}
123
-									if ( ! empty( $featured_image ) && '' !== $featured_image ) {
124
-										echo wp_kses_post( $featured_image );
123
+									if ( ! empty($featured_image) && '' !== $featured_image) {
124
+										echo wp_kses_post($featured_image);
125 125
 									} else {
126 126
 										?>
127
-										<img loading="lazy" src="<?php echo esc_attr( plugin_dir_url( __DIR__ ) . '../assets/images/placeholder.jpg' ); ?>">
127
+										<img loading="lazy" src="<?php echo esc_attr(plugin_dir_url(__DIR__) . '../assets/images/placeholder.jpg'); ?>">
128 128
 										<?php
129 129
 									}
130 130
 									?>
131
-								<?php echo wp_kses_post( $link_close ); ?>
131
+								<?php echo wp_kses_post($link_close); ?>
132 132
 							</div>
133 133
 							<div class="content-box exercise-content-box white-bg">
134
-								<h3 class="content-box-title <?php echo esc_html( $class_excerpt ); ?>">
135
-									<?php echo wp_kses_post( $link_html ); ?>
134
+								<h3 class="content-box-title <?php echo esc_html($class_excerpt); ?>">
135
+									<?php echo wp_kses_post($link_html); ?>
136 136
 											<?php
137
-											$exercise_title = lsx_health_plan_exercise_title( '', '', false, false, $group['connected_exercises'] );
137
+											$exercise_title = lsx_health_plan_exercise_title('', '', false, false, $group['connected_exercises']);
138 138
 											
139
-											if ( '' !== $alt_title ) {
139
+											if ('' !== $alt_title) {
140 140
 												$exercise_title = '<span class="exercise-counter">' . $counter . '.</span>' . $alt_title;
141 141
 											} else {
142 142
 												$exercise_title = '<span class="exercise-counter">' . $counter . '.</span>' . $exercise_title;
143 143
 											}
144
-											echo wp_kses_post( $exercise_title );
144
+											echo wp_kses_post($exercise_title);
145 145
 											?>
146 146
 										</a>
147
-									<?php echo wp_kses_post( $link_close ); ?>
147
+									<?php echo wp_kses_post($link_close); ?>
148 148
 								</h3>
149 149
 								<?php
150
-								if ( '' !== $content_setting ) {
150
+								if ('' !== $content_setting) {
151 151
 									?>
152 152
 									<p class="lsx-exercises-excerpt">
153 153
 										<?php
154
-										if ( 'excerpt' === $content_setting ) {
155
-											$excerpt = \lsx_health_plan\functions\hp_excerpt( $group['connected_exercises'] );
154
+										if ('excerpt' === $content_setting) {
155
+											$excerpt = \lsx_health_plan\functions\hp_excerpt($group['connected_exercises']);
156 156
 
157
-											if ( '' !== $alt_description ) {
157
+											if ('' !== $alt_description) {
158 158
 												$excerpt = $alt_description;
159 159
 											}
160
-											echo wp_kses_post( $excerpt );
160
+											echo wp_kses_post($excerpt);
161 161
 										}
162
-										if ( 'full' === $content_setting ) {
163
-											echo wp_kses_post( get_the_content( null, null, $group['connected_exercises'] ) );
162
+										if ('full' === $content_setting) {
163
+											echo wp_kses_post(get_the_content(null, null, $group['connected_exercises']));
164 164
 										}
165 165
 										?>
166 166
 									</p>
@@ -169,28 +169,28 @@  discard block
 block discarded – undo
169 169
 								?>
170 170
 								<?php
171 171
 								$repsclass = '';
172
-								if ( '' !== $reps ) {
172
+								if ('' !== $reps) {
173 173
 									$repsclass = 'have-reps';
174 174
 								}
175 175
 								?>
176
-								<div class="reps-container <?php echo esc_html( $repsclass ); ?>">
176
+								<div class="reps-container <?php echo esc_html($repsclass); ?>">
177 177
 									<?php
178
-									if ( '' !== $reps ) {
178
+									if ('' !== $reps) {
179 179
 									?>
180
-										<?php echo wp_kses_post( $reps ); ?>
180
+										<?php echo wp_kses_post($reps); ?>
181 181
 									<?php
182 182
 									}
183 183
 									?>
184
-									<?php if ( ( '' !== $link_html ) && ( $connected_exercise ) ) { ?>
185
-										<?php echo wp_kses_post( str_replace( '<a', '<a class="btn-simple" ', $link_html ) ); ?>
186
-										<?php echo wp_kses_post( $link_close ); ?>
184
+									<?php if (('' !== $link_html) && ($connected_exercise)) { ?>
185
+										<?php echo wp_kses_post(str_replace('<a', '<a class="btn-simple" ', $link_html)); ?>
186
+										<?php echo wp_kses_post($link_close); ?>
187 187
 									<?php } ?>
188 188
 								</div>
189 189
 							</div>
190 190
 						</article>
191 191
 					</div>
192 192
 					<?php
193
-					$counter ++;
193
+					$counter++;
194 194
 				}
195 195
 			}
196 196
 			?>
Please login to merge, or discard this patch.
templates/partials/content-shortcode-exercise.php 1 patch
Spacing   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -8,50 +8,50 @@
 block discarded – undo
8 8
 
9 9
 $column_class = '4';
10 10
 // Check for shortcode overrides.
11
-if ( null !== $shortcode_args ) {
12
-	if ( isset( $shortcode_args['columns'] ) ) {
11
+if (null !== $shortcode_args) {
12
+	if (isset($shortcode_args['columns'])) {
13 13
 		$column_class = $shortcode_args['columns'];
14
-		$column_class = \lsx_health_plan\functions\column_class( $column_class );
14
+		$column_class = \lsx_health_plan\functions\column_class($column_class);
15 15
 	}
16 16
 }
17 17
 
18 18
 lsx_entry_before();
19 19
 
20 20
 $post_id        = get_the_id();
21
-$featured_image = get_the_post_thumbnail_url( $post_id, $image_size );
21
+$featured_image = get_the_post_thumbnail_url($post_id, $image_size);
22 22
 ?>
23
-<div class="col-xs-12 col-sm-6 col-md-<?php echo esc_attr( $column_class ); ?>">
24
-	<div style="background-image:url('<?php echo esc_url( $featured_image ); ?>')" class="lsx-exercises-item bg-<?php echo esc_html( $image_size ); ?>">
23
+<div class="col-xs-12 col-sm-6 col-md-<?php echo esc_attr($column_class); ?>">
24
+	<div style="background-image:url('<?php echo esc_url($featured_image); ?>')" class="lsx-exercises-item bg-<?php echo esc_html($image_size); ?>">
25 25
 		<?php
26
-		if ( isset( $link ) && ( 'modal' === $link ) ) {
27
-			echo wp_kses_post( lsx_health_plan_shortcode_exercise_button( $post_id, true ) );
26
+		if (isset($link) && ('modal' === $link)) {
27
+			echo wp_kses_post(lsx_health_plan_shortcode_exercise_button($post_id, true));
28 28
 		}
29 29
 
30
-		if ( 'item' === $link ) {
30
+		if ('item' === $link) {
31 31
 			?>
32
-			<a href="<?php echo esc_url( get_permalink() ); ?>" class="exercise-link excerpt-<?php echo esc_html( $description ); ?>">
32
+			<a href="<?php echo esc_url(get_permalink()); ?>" class="exercise-link excerpt-<?php echo esc_html($description); ?>">
33 33
 			<?php
34 34
 		} else {
35 35
 			?>
36
-			<div class="exercise-link excerpt-<?php echo esc_html( $description ); ?>">
36
+			<div class="exercise-link excerpt-<?php echo esc_html($description); ?>">
37 37
 			<?php
38 38
 		}
39 39
 		?>
40 40
 
41
-		<?php lsx_health_plan_exercise_title( '<h4 class="lsx-exercises-title">', '</h4>', false ); ?>
42
-		<?php if ( isset( $description ) && ( 'none' !== $description ) ) { ?>
41
+		<?php lsx_health_plan_exercise_title('<h4 class="lsx-exercises-title">', '</h4>', false); ?>
42
+		<?php if (isset($description) && ('none' !== $description)) { ?>
43 43
 			<?php
44
-			if ( 'excerpt' === $description ) {
45
-				$excerpt = \lsx_health_plan\functions\hp_excerpt( $post_id );
44
+			if ('excerpt' === $description) {
45
+				$excerpt = \lsx_health_plan\functions\hp_excerpt($post_id);
46 46
 				?>
47
-				<p class="lsx-exercises-excerpt"><?php echo wp_kses_post( $excerpt ); ?></p>
47
+				<p class="lsx-exercises-excerpt"><?php echo wp_kses_post($excerpt); ?></p>
48 48
 			<?php } ?>
49
-			<?php if ( 'full' === $description ) { ?>
50
-				<?php echo wp_kses_post( get_the_content() ); ?>
49
+			<?php if ('full' === $description) { ?>
50
+				<?php echo wp_kses_post(get_the_content()); ?>
51 51
 			<?php } ?>
52 52
 		<?php } ?>
53 53
 		<?php
54
-		if ( isset( $link ) && ( 'item' === $link ) ) {
54
+		if (isset($link) && ('item' === $link)) {
55 55
 		?>
56 56
 			</a>
57 57
 		<?php } else { ?>
Please login to merge, or discard this patch.