File "report.php"

Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/seo-by-rank-math/includes/modules/analytics/views/email-reports/report.php
File size: 419 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Analytics Report email template.
 *
 * @package    RankMath
 * @subpackage RankMath\Admin
 */

defined( 'ABSPATH' ) || exit;

$this->template_part( 'header' );

?>

<?php $this->template_part( 'header-after' ); ?>

<?php $this->template_part( 'sections/summary' ); ?>

<?php $this->template_part( 'sections/positions' ); ?>

<?php $this->template_part( 'cta' ); ?>

<?php
$this->template_part( 'footer' );