403Webshell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.15
Web Server : Apache
System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : uxhactp ( 169076)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u/x/h/uxhactp/www/wp-content/themes/applica/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u/x/h/uxhactp/www/wp-content/themes/applica/comments.php
<?php
/**
 * The template for displaying Comments.
 *
 * @package Applica
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly
}

/*
 * If the current post is protected by a password and
 * the visitor has not yet entered the password we will
 * return early without loading the comments.
 */
if ( post_password_required() ) {
    return;
} ?>

    <div id="comments" class="single-comments-area theme-single-post-component  <?php if ( ! have_comments() ) { echo 'no-comments'; } ?>">
        <div class="comments-area-title">
            <h3 class="comments-title">
                <?php
                if ( have_comments() ) :
                    printf(
                        _n(
                            '<span class="comment-number total">1</span> Comment',
                            '<span class="comment-number total">%1$s</span>Comments',
                            get_comments_number(),
                            'applica'
                        ),
                        number_format_i18n( get_comments_number() )
                    );
                else:
                    _e( '<span class="comment-number total">+</span> There are no comments', 'applica' );
                endif;
                ?>
            </h3>
            <?php echo '<a class="comments_add-comment" href="#reply-title">' . __( 'Add yours', 'applica' ) . '</a>'; ?>
        </div>
        <?php
        // You can start editing here -- including this comment!
        if ( have_comments() ) :
            if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
                <nav role="navigation" id="comment-nav-above" class="site-navigation comment-navigation">
                    <h3 class="assistive-text"><?php _e( 'Comment navigation', 'applica' ); ?></h3>

                    <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'applica' ) ); ?></div>
                    <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'applica' ) ); ?></div>
                </nav><!-- #comment-nav-before .site-navigation .comment-navigation -->
            <?php endif; // check for comment navigation ?>

            <ol class="commentlist">
                <?php
                /* Loop through and list the comments. Tell wp_list_comments()
                 * to use applica_comment() to format the comments.
                 * If you want to overload this in a child theme then you can
                 * define applica_comment() and that will be used instead.
                 * See applica_comment() in inc/template-tags.php for more.
                 */
                wp_list_comments( array( 'callback' => 'applica_comments', 'short_ping' => true ) ); ?>
            </ol><!-- .commentlist -->

            <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
            <nav role="navigation" id="comment-nav-below" class="site-navigation comment-navigation">
                <h3 class="assistive-text"><?php _e( 'Comment navigation', 'applica' ); ?></h3>

                <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'applica' ) ); ?></div>
                <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'applica' ) ); ?></div>
            </nav><!-- #comment-nav-below .site-navigation .comment-navigation -->
        <?php endif; // check for comment navigation ?>


        <?php endif; // have_comments() ?>

    </div><!-- #comments .single-comments-area -->
<?php
// If comments are closed and there are comments, let's leave a little note, shall we?
if ( ! comments_open() && post_type_supports( get_post_type(), 'comments' ) && ! is_page() ) :
    ?>
    <p class="nocomments"><?php _e( 'Comments are closed.', 'applica' ); ?></p>
<?php endif;

if ( is_user_logged_in() ) {
    $current_user  = wp_get_current_user();
    $comments_args = array(
        // change the title of send button=
        'title_reply'          => __( '<span class="comment-number total">+</span> Leave a Comment', 'applica' ),
        // remove "Text or HTML to be displayed after the set of comment fields"
        'comment_notes_before' => '',
        'comment_notes_after'  => '',
        'id_submit'            => 'comment-submit',
        'label_submit'         => __( 'Submit', 'applica' ),
        // redefine your own textarea (the comment body)
        'comment_field'        => '<p class="comment-form-comment"><label for="comment" class="show-on-ie8">' . __( 'Comment', 'applica' ) . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="' . __( 'Your thoughts..', 'applica' ) . '"></textarea></p>'
    );
} else {
    $comments_args = array(
        // change the title of send button
        'title_reply'          => __( '<span class="comment-number total">+</span> Leave a Comment', 'applica' ),
        // remove "Text or HTML to be displayed after the set of comment fields"
        'comment_notes_before' => '',
        'comment_notes_after'  => '',
        'id_submit'            => 'comment-submit',
        'label_submit'         => __( 'Submit', 'applica' ),
        // redefine your own textarea (the comment body)
        'comment_field'        => '<p class="comment-form-comment"><label for="comment" class="show-on-ie8">' . __( 'Comment', 'applica' ) . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" placeholder="' . __( 'Your thoughts..', 'applica' ) . '"></textarea></p>'
    );
}

//if we have no comments than we don't a second title, one is enough
if ( ! have_comments() ) {
    $comments_args['title_reply'] = '';
}

comment_form( $comments_args );

Youez - 2016 - github.com/yon3zu
LinuXploit