wip find user fields

This commit is contained in:
asus
2024-02-14 17:10:44 +01:00
parent 7b8e61a59f
commit 8d0122f63e
4 changed files with 32 additions and 1 deletions

View File

@@ -1,4 +1,21 @@
<div id="model_plugin_shortcode">
<ol>
<p>list of post meta :</p>
<?php
foreach($post_meta as $meta_key => $meta_value) {
include($html_dir."templates/print_meta.html");
}
?>
</ol>
<ol>
<p>list of user meta :</p>
<?php
foreach($user_meta as $meta_key => $meta_value) {
include($html_dir."templates/print_meta.html");
}
?>
</ol>
<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>