Server IP : 63.250.38.98 / Your IP : 216.73.216.21 Web Server : LiteSpeed System : Linux premium291.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : samejjip ( 1289) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/samejjip/public_html/wp-content/plugins/pixelyoursite/includes/views/ |
Upload File : |
<?php namespace PixelYourSite; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php namespace PixelYourSite; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php namespace PixelYourSite; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="wrap" id="pys"> <div class=" pys-general-menu"> <div class="pys-logo"> <img src="<?php echo PYS_FREE_URL; ?>/dist/images/pys-logo.svg" alt="pys-logo"> </div> <nav class="nav nav-tabs"> <?php foreach ( getAdminPrimaryNavTabs() as $tab_key => $tab_data ) : ?> <?php $classes = array( 'nav-item', 'nav-link', ); if ( $tab_key == getCurrentAdminTab() ) { $classes[] = 'active'; } $classes = implode( ' ', $classes ); if ( isset( $tab_data[ 'class' ] ) ) { $classes .= ' ' . $tab_data[ 'class' ]; } ?> <a class="<?php echo esc_attr( $classes ); ?>" href="<?php echo esc_url( $tab_data[ 'url' ] ); ?>"> <?php esc_html_e( $tab_data[ 'name' ] ); ?> </a> <?php endforeach; ?> </nav> </div> <h1 id="pys-title" class="primary_heading"><?php _e( 'EDD Reports', 'pys' ); ?></h1> <div class="container pys_stat"> <div class="general-row d-flex"> <div class="general-col"> <div class="cards-wrapper cards-wrapper-style2 gap-24 statistic-wrapper"> <!-- EDD Reports --> <div class="card card-style6 card-static"> <div class="card-header card-header-style2 d-flex justify-content-between align-items-center"> <h4 class="secondary_heading_type2"> <?php _e( 'EDD Reports (beta)', 'pys' ); ?> </h4> <?php renderProBadge(); ?> </div> <div class="card-body"> <div class="gap-24 text-center"> <p >With PixelYourSite Professional you can find out what ads generate your Easy Digital Downloads orders using UTMs, discover your traffic sources and landing pages.</p> <div class="d-flex align-items-center justify-content-center gap-16"> <h3 class="text-center">Get detailed info about products sold by each campaign, ad set, or ad</h3> <a href="https://www.pixelyoursite.com/easy-digital-downloads-first-party-reports/?utm_source=free-plugin-reports-page-edd&utm_medium=free-plugin-reports-page-edd&utm_campaign=free-plugin-reports-edd&utm_content=free-plugin-reports-page-edd&utm_term=free-plugin-reports-page-edd" target="_blank" class="btn btn-block btn-sm btn-save orange_button">Click to find more</a> </div> </div> </div> </div> </div> </div> </div> </div> </div>