Download all files FTP

This commit is contained in:
2026-04-13 15:50:16 +02:00
parent d8382136b2
commit cb5b386424
6906 changed files with 1956223 additions and 40713 deletions

View File

@@ -0,0 +1,25 @@
<?php
/**
* Represents the view for the administration dashboard.
*
* This includes the header, options, and other information that should provide
* The User Interface to the end user.
*
* @package DrawAttention
* @author Nathan Tyler <support@wpdrawattention.com>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Tyler Digital
*/
?>
<div class="wrap cmb2-wrap">
<div class="cmb2-metabox">
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
<?php
?>
</div>
</div>

View File

@@ -0,0 +1 @@
<?php // Silence is golden