403Webshell
Server IP : 5.129.245.98  /  Your IP : 216.73.217.19
Web Server : Apache/2.4.66 (Debian)
System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/rehub-theme/wcfmgs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/rehub-theme/wcfmgs/archive-groups.php
<?php
/**
 * WCFMgs plugin templates
 *
 * Main content area
 *
 * @author      WC Lovers
 * @package     wcfmgs/templates/archive-groups
 * @version   2.0.0
 */
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

global $WCFM, $WCFMgs, $post;

get_header( 'shop' );

do_action( 'woocommerce_before_main_content' );

?>
<div class="rh-container"> 
    <div class="rh-content-wrap clearfix">
        <!-- Main Side -->
        <div class="main-side woocommerce page clearfix" id="content">
            <article class="post" id="page-<?php the_ID(); ?>">
                <header class="woocommerce-products-header">
                    <?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>
                        <h1 class="woocommerce-products-header__title page-title"><?php esc_html_e( 'Groups', 'rehub-theme' ); ?></h1>
                    <?php endif; ?>

                    <?php
                    do_action( 'woocommerce_archive_description' );
                    ?>
                </header>
                <?php

                if ( have_posts() ) {

                    do_action( 'wcfmgs_before_groups_loop' );

                    ?>
                        <div class="products col_wrap_fourth">
                            <?php
                            while ( have_posts() ) {
                                the_post();
                    
                                do_action( 'wcfmgs_groups_loop' );
                    
                                $WCFMgs->template->get_template_part( 'content', 'groups' );
                            }
                            ?>
                        </div>
                    <?php

                    do_action( 'wcfmgs_after_groups_loop' );
                } else {
                    do_action( 'wcfmgs_no_groups_found' );
                }

                do_action( 'woocommerce_after_main_content' );

                ?>
            </article>
        </div>
        <!-- /Main Side --> 
        <?php 
            /**
             * Hook: woocommerce_sidebar.
             *
             * @hooked woocommerce_get_sidebar - 10
             */
            do_action( 'woocommerce_sidebar' );
        ?>
    </div>
</div>
<!-- /CONTENT -->    

<?php
get_footer( 'shop' );

Youez - 2016 - github.com/yon3zu
LinuXploit