add block-cache-manager.php

This commit is contained in:
Andrey Kuvshinov
2025-08-27 00:00:02 +03:00
parent b5595ae76e
commit f3314894aa
12 changed files with 339 additions and 100 deletions

View File

@@ -1,6 +1,8 @@
<!--[archive/list]-->
<?php global $wp_query; ?>
<?php global $wp_query;
$sql_query = $wp_query->request;
echo $sql_query; // Выведет SQL-запрос?>
<?php if( have_posts() ) : ?>