REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.27 KB
Close
/proc/thread-self/root/var/softaculous/sitepad/editor/site-data/plugins/documentor/templates/single/feedback.php
Text
Base64
<?php /** * Single docs feedback template * * This template can be overridden by copying it to yourtheme/documentor/single/feedback.php. * * @author softaculous * @package documentor/Templates * @version 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! documentor()->get_option( 'show_feedback_buttons', 'documentor_single', true ) ) { return; } // phpcs:disable $show_counts = documentor()->get_option( 'show_feedback_buttons_likes', 'documentor_single', true ); ?> <div class="documentor-single-feedback"> <?php $positive = 0; $negative = 0; $positive_title = ''; $negative_title = ''; if ( $show_counts ) { $positive = (int) get_post_meta( get_the_ID(), 'positive', true ); $negative = (int) get_post_meta( get_the_ID(), 'negative', true ); // translators: %s - likes number. $positive_title = $positive ? sprintf( _n( '%d person found this useful', '%d persons found this useful', $positive, 'documentor' ), number_format_i18n( $positive ) ) : __( 'No votes yet', 'documentor' ); // translators: %s - dislikes number. $negative_title = $negative ? sprintf( _n( '%d person found this not useful', '%d persons found this not useful', $negative, 'documentor' ), number_format_i18n( $negative ) ) : __( 'No votes yet', 'documentor' ); } // phpcs:enable ?> <div> <?php echo esc_html__( 'Was this page helpful?', 'documentor' ); ?> </div> <div class="documentor-single-feedback-vote"> <a href="#" class="documentor-btn" data-id="<?php the_ID(); ?>" data-type="positive" title="<?php echo esc_attr( $positive_title ); ?>"> <?php echo esc_html__( 'Yes', 'documentor' ); ?> <?php if ( $positive ) { ?> <span class="badge"><?php echo esc_html( number_format_i18n( $positive ) ); ?></span> <?php } ?> </a> <a href="#" class="documentor-btn" data-id="<?php the_ID(); ?>" data-type="negative" title="<?php echo esc_attr( $negative_title ); ?>"> <?php echo esc_html__( 'No', 'documentor' ); ?> <?php if ( $negative ) { ?> <span class="badge"><?php echo esc_html( number_format_i18n( $negative ) ); ?></span> <?php } ?> </a> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
adjacent-links.php
1.31 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
comments.php
432 B
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
content-articles.php
660 B
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
content-breadcrumbs.php
1.05 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
content-title.php
426 B
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
feedback-suggestion.php
1.73 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
feedback.php
2.27 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
footer.php
988 B
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
sidebar.php
2.20 KB
lrw-r--r--
2026-02-18 23:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).