Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/google-analytics-dashboard-for-wp/includes/admin/pages/reports.php
Назад
<?php /** * Reports class. * * @since 6.0.0 * * @package ExactMetrics * @subpackage Reports * @author Chris Christoff */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } function exactmetrics_reports_page_body_class( $classes ) { if ( ! empty( $_REQUEST['page'] ) && $_REQUEST['page'] === 'exactmetrics_reports' ) { $classes .= ' exactmetrics-reporting-page '; } return $classes; } add_filter( 'admin_body_class', 'exactmetrics_reports_page_body_class' ); /** * Callback for getting all of the reports tabs for ExactMetrics. * * @return array Array of tab information. * @since 6.0.0 * @access public * */ function exactmetrics_get_reports() { /** * Developer Alert: * * Per the README, this is considered an internal hook and should * not be used by other developers. This hook's behavior may be modified * or the hook may be removed at any time, without warning. */ $reports = apply_filters( 'exactmetrics_get_reports', array() ); return $reports; } /** * Callback to output the ExactMetrics reports page. * * @return void * @since 6.0.0 * @access public * */ function exactmetrics_reports_page() { /** * Developer Alert: * * Per the README, this is considered an internal hook and should * not be used by other developers. This hook's behavior may be modified * or the hook may be removed at any time, without warning. */ do_action( 'exactmetrics_head' ); echo exactmetrics_ublock_notice(); // phpcs:ignore exactmetrics_settings_error_page( 'exactmetrics-reports' ); exactmetrics_settings_inline_js(); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка