impossible to save a code
-
Hi, since i have updated the extension (Version 1.4.1) and wordpress (Version 6.7.2), i can’t add new php code. When i click to save, there is a message “PHP Snippet successfully added. Dismiss” but the code doesn’t appear in the table below.
Can you help me please or check (i have checked on severals of my website and all have the same bug now).
this is the code i try to add (it worked before for other websites) :
<?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo "à "; echo $tag->name . ' ';
}
}
?>Placement Methods: auto
Thanks in advance.
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘impossible to save a code’ is closed to new replies.