|
@@ 281-283 (lines=3) @@
|
| 278 |
|
|
| 279 |
|
// Section Ends |
| 280 |
|
case 'sectionend': |
| 281 |
|
if ( ! empty( $value['id'] ) ) { |
| 282 |
|
do_action( 'woocommerce_settings_' . sanitize_title( $value['id'] ) . '_end' ); |
| 283 |
|
} |
| 284 |
|
echo '</table>'; |
| 285 |
|
if ( ! empty( $value['id'] ) ) { |
| 286 |
|
do_action( 'woocommerce_settings_' . sanitize_title( $value['id'] ) . '_after' ); |
|
@@ 285-287 (lines=3) @@
|
| 282 |
|
do_action( 'woocommerce_settings_' . sanitize_title( $value['id'] ) . '_end' ); |
| 283 |
|
} |
| 284 |
|
echo '</table>'; |
| 285 |
|
if ( ! empty( $value['id'] ) ) { |
| 286 |
|
do_action( 'woocommerce_settings_' . sanitize_title( $value['id'] ) . '_after' ); |
| 287 |
|
} |
| 288 |
|
break; |
| 289 |
|
|
| 290 |
|
// Standard text inputs and subtypes like 'number' |