Files
dostavka_vodi/wp-content/plugins/!robin-image-optimizer/views/part-page-header.php
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

17 lines
280 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
defined( 'ABSPATH' ) || die( 'Cheatin uh?' );
/**
* @var array $data
* @var WRIO_Page $page
*/
?>
<div class="wbcr-factory-page-group-header" style="margin:0;">
<strong><?php echo $data['title']; ?></strong>
<p>
<?php echo $data['description']; ?>
</p>
</div>