Files
WORDPRESS_PLUGIN_model/plugins/wp_model_plugin/html/index.html

10 lines
271 B
HTML

<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/presentation.html");
}
?>