use acf field for additional days prior installation

This commit is contained in:
Bilal Catic
2018-11-01 19:54:30 +01:00
parent 8eeb3b9927
commit 3af91a71d7
5 changed files with 22 additions and 74 deletions

View File

@@ -1,16 +0,0 @@
<?php
/**
* Wiaas Package options related to delivery
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div id="wiaas_package_type_editor" class="options_group show_if_bundle hidden">
<p class="form-field">
<label for="wiaas_additional_days"><?php esc_html_e( 'Number of additional days for the earliest installation date:', 'wiaas' ); ?></label>
<input type="number" id="wiaas_additional_days" name="wiaas_additional_days" min="0" value=<?php echo $additional_days ?> />
</p>
</div>