Code Duplication    Length = 3-3 lines in 2 locations

includes/admin/class-auto-load-next-post-admin-settings.php 2 locations

@@ 296-298 (lines=3) @@
293
				// Section Ends
294
				case 'sectionend':
295
296
					if ( ! empty($value['id'])) {
297
						do_action('auto_load_next_post_settings_'.sanitize_title($value['id']).'_end');
298
					}
299
300
					echo '</table>';
301
@@ 302-304 (lines=3) @@
299
300
					echo '</table>';
301
302
					if ( ! empty($value['id'])) {
303
						do_action('auto_load_next_post_settings_'.sanitize_title($value['id']).'_after');
304
					}
305
306
					break;
307