- wip trying to patch jquery url validator
- resolve conflict in addition of multiple vars and ajax function
This commit is contained in:
@@ -31,14 +31,6 @@
|
||||
}
|
||||
?>
|
||||
</ol>
|
||||
<ol>
|
||||
<p>list get_fields() :</p>
|
||||
<?php
|
||||
foreach($acf_get_fields as $meta_key => $meta_value) {
|
||||
include($plgn_dir."html/templates/print_meta.html");
|
||||
}
|
||||
?>
|
||||
</ol>
|
||||
<ol>
|
||||
<p>list get_userdata() :</p>
|
||||
<?php
|
||||
@@ -63,14 +55,6 @@
|
||||
}
|
||||
?>
|
||||
</ol>
|
||||
<ol>
|
||||
<p>list get_field() :</p>
|
||||
<?php
|
||||
foreach($acf_get_email as $meta_key => $meta_value) {
|
||||
include($plgn_dir."html/templates/print_meta.html");
|
||||
}
|
||||
?>
|
||||
</ol>
|
||||
|
||||
<p>i am a new p</p>
|
||||
<p class="first_el_to_change">to change</p>
|
||||
|
||||
Reference in New Issue
Block a user