Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/wp-statistics/views/pages/visitor-insights/ |
Current File : //var/www/web28/html/wp-content/plugins/wp-statistics/views/pages/visitor-insights/views.php |
<?php use WP_Statistics\Components\View; ?> <div class="postbox-container wps-postbox-full"> <div class="meta-box-sortables"> <div class="postbox mb-8"> <div class="postbox-header--table-title"> <h2> <?php esc_html_e('Traffic Trends', 'wp-statistics'); ?> </h2> </div> <div class="inside"> <?php View::load("components/charts/traffic-trends"); ?> </div> </div> </div> </div> <div class="postbox-container wps-postbox-full"> <div class="meta-box-sortables"> <div class="postbox"> <div class="postbox-header--table-title"> <h2> <?php esc_html_e('Latest Views', 'wp-statistics'); ?> </h2> </div> <?php $args = [ 'page_column_title' => esc_html__('Page', 'wp-statistics'), 'data' => $data['data'], 'pagination' => isset($pagination) ? $pagination : null ]; View::load("components/tables/visitors", $args); ?> </div> </div> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare