golden hour
/home/godaofbq/drhyperbaric.com/wp-content/plugins/betterdocs/views/admin/metabox
⬆️ Go Up
Upload
File/Folder
Size
Actions
estimated-reading-box.php
643 B
Del
OK
Edit: estimated-reading-box.php
<?php $post_id = get_the_ID(); $est_reading_text = ! empty( get_post_meta( $post_id, '_betterdocs_est_reading_text', true ) ) ? get_post_meta( $post_id, '_betterdocs_est_reading_text', true ) : ''; ?> <div class="est-reading-box-wrapper"> <p>You can add estimated reading time to this documentation so visitors can know how much time they need to read this.</p> <div class="est-reading-box-outer-wrapper"> <input name="estimated_reading_text" class="ert-text-field-class" value="<?php echo esc_attr( $est_reading_text ); ?>" placeholder="<?php echo __('Add Reading Time:⌛ Min', 'betterdocs'); ?>"/> </div> </div>
Save