|
@@ 289-291 (lines=3) @@
|
| 286 |
|
|
| 287 |
|
// Section Ends |
| 288 |
|
case 'sectionend': |
| 289 |
|
if ( ! empty( $value['id'] ) ) { |
| 290 |
|
do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_end' ); |
| 291 |
|
} |
| 292 |
|
echo '</table>'; |
| 293 |
|
if ( ! empty( $value['id'] ) ) { |
| 294 |
|
do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_after' ); |
|
@@ 293-295 (lines=3) @@
|
| 290 |
|
do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_end' ); |
| 291 |
|
} |
| 292 |
|
echo '</table>'; |
| 293 |
|
if ( ! empty( $value['id'] ) ) { |
| 294 |
|
do_action( 'auto_load_next_post_settings_' . sanitize_title( $value['id'] ) . '_after' ); |
| 295 |
|
} |
| 296 |
|
break; |
| 297 |
|
|
| 298 |
|
// Standard text inputs and subtypes like 'number' |