Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
perpending
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
/
modules
/
analytics
/
views
/
email-reports
:
report.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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' );