@@ 303-305 (lines=3) @@ | ||
300 | ||
301 | // Section Ends |
|
302 | case 'sectionend': |
|
303 | if ( ! empty( $value['id'] ) ) { |
|
304 | do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_end' ); |
|
305 | } |
|
306 | echo '</table>'; |
|
307 | if ( ! empty( $value['id'] ) ) { |
|
308 | do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_after' ); |
|
@@ 307-309 (lines=3) @@ | ||
304 | do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_end' ); |
|
305 | } |
|
306 | echo '</table>'; |
|
307 | if ( ! empty( $value['id'] ) ) { |
|
308 | do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_after' ); |
|
309 | } |
|
310 | break; |
|
311 | ||
312 | // Standard text inputs and subtypes like 'number' |