Files
2024_WEBSITE_fipf/plugins/fipf_wp_plugin/html/index2.html

10 lines
170 B
HTML

<?php
foreach($ages as $age) {
?>
<p>age <?php echo esc_html($age); ?></p>
<?php
}
?>
<p class="third_el_to_change">to change</p>
<p>aaaaaand this is the end</p>