wip renaming plugins elements

This commit is contained in:
asus
2024-02-12 10:13:02 +01:00
parent 0113500b13
commit ff7a9423a1
27 changed files with 458 additions and 200 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");
}
?>

View File

@@ -0,0 +1,10 @@
<?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>
</div>

View File

@@ -0,0 +1,2 @@
<input type='text' id='mytext'>
<button id='mybutton'>send</button>

View File

@@ -0,0 +1,2 @@
<p>hello <?php echo esc_html($name); ?></p>
<p class="second_el_to_change">to change</p>