Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 312-314 (lines=3) @@
309
				// Section Ends
310
				case 'sectionend':
311
312
					if ( ! empty($value['id'])) {
313
						do_action('auto_load_next_post_settings_'.sanitize_title($value['id']).'_end');
314
					}
315
316
					echo '</table>';
317
@@ 318-320 (lines=3) @@
315
316
					echo '</table>';
317
318
					if ( ! empty($value['id'])) {
319
						do_action('auto_load_next_post_settings_'.sanitize_title($value['id']).'_after');
320
					}
321
322
					break;
323