Files
WORDPRESS_PLUGIN_model/plugins/wp_model_plugin/html/index2.html
2024-02-08 16:42:16 +01:00

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>