wp_back/wp-content/plugins/wp-asset-clean-up/templates/admin-page-overview.php

21 lines
912 B
PHP
Raw Normal View History

2024-05-20 15:37:46 +03:00
<?php
/*
* No direct access to this file
*/
if (! isset($data)) {
exit;
}
include_once '_top-area.php';
?>
<div class="wrap wpacu-overview-wrap">
<div style="padding: 0 0 10px; line-height: 22px;"><strong>Note:</strong> This overview contains all the changes of any kind (unload rules, load exceptions, preloads, notes, async/defer SCRIPT attributes, changed positions, etc.) made via Asset CleanUp to any of the loaded (enqueued) CSS/JS files. To make any changes to the values below, please use the "CSS &amp; JS Manager" or "Bulk Changes" tabs.</div>
<div style="padding: 0 10px 0 0;">
<?php
include_once '_admin-page-overview-areas/_styles.php';
include_once '_admin-page-overview-areas/_scripts.php';
include_once '_admin-page-overview-areas/_page-options.php';
include_once '_admin-page-overview-areas/_special-settings.php';
?>
</div>
</div>