cleaned files by prefixing names with 'example' when not means to be used in other plugins aka not utils

This commit is contained in:
asus
2024-02-11 19:57:44 +01:00
parent e2bd001a8a
commit 0a4185908b
12 changed files with 15 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
<div id="model_plugin_shortcode">
<p>i am a new p</p>
<p class="first_el_to_change">to change</p>
<button id='test_ajax_1' name="ajax_button_1" value="2024">2024</button>
<?php
foreach($names as $name) {
include($html_dir."templates/example_presentation.html");
}
?>