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.php 0000644 00000001145 15154705003 0037170 0 ustar 00 var/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();
}
}