FEATURE passing wp-classes and front-end
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-08-22 17:31:29 +02:00
parent f75eb529a9
commit 715b542826

View File

@ -10,7 +10,7 @@
<?php wp_head(); ?>
</head>
<body>
<body <?php body_class("front-end"); ?>>
<?php
do_action('tailpress_site_before');
global $post;