Skip to content

Instantly share code, notes, and snippets.

@kwcjr
Created January 16, 2022 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwcjr/c85aef2be34041c7073a704c4c57e763 to your computer and use it in GitHub Desktop.
Save kwcjr/c85aef2be34041c7073a704c4c57e763 to your computer and use it in GitHub Desktop.
MainWP Pro Reports WordFence Table.
<!-- WordFence Data -->
<div class="page-break"></div>
<div style="padding:30px;">
<div style="padding:30px;">
<h2><?php echo __( 'WordFence', 'mainwp-pro-reports-extension' ); ?></h2>
<h3><?php echo __( 'Total Scan Count: ', 'mainwp-pro-reports-extension' ); ?>[wordfence.scan.count]</h3>
<table>
<thead>
<tr>
<th><?php echo __( 'Scanned on', 'mainwp-pro-reports-extension' ); ?></th>
<th><?php echo __( 'Status', 'mainwp-pro-reports-extension' ); ?></th>
<th><?php echo __( 'Details', 'mainwp-pro-reports-extension' ); ?></th>
</tr>
</thead>
<tbody>
[section.wordfence.scan]
<tr>
<td>[wordfence.scan.date]</td>
<td>[wordfence.scan.result]</td>
<td>[maintenance.process.details]</td>
</tr>
[/section.wordfence.scan]
</tbody>
</table>
</div>
</div>
<!-- END WordFence Data -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment