added switch on off for server console log
This commit is contained in:
9
plugins/wp_model_plugin/html/index2.html
Normal file
9
plugins/wp_model_plugin/html/index2.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user