Code Duplication    Length = 3-3 lines in 2 locations

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

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