┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/agron/wp-content/plugins/betterdocs/views/admin/metabox
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: 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 esc_html__( 'Add Reading Time:⌛ Min', 'betterdocs' ); ?>"/> </div> </div>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 estimated-reading-box.php
PHP
641 B
2026-04-17 11:00
EDIT