HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/report-forms.php.tar
wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php000064400000001145151547050030037170 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

final class MonsterInsights_Lite_Report_Forms extends MonsterInsights_Report {

	public $title;
	public $class = 'MonsterInsights_Lite_Report_Forms';
	public $name = 'forms';
	public $version = '1.0.0';
	public $level = 'pro';

	/**
	 * Primary class constructor.
	 *
	 * @access public
	 * @since 6.0.0
	 */
	public function __construct() {
		$this->title = __( 'Forms', 'google-analytics-for-wordpress' );
		parent::__construct();
	}

	protected function get_report_html( $data = array() ) {
		return $this->get_upsell_notice();
	}
}