• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

BUG Functions not working

neil1

New member
Messages
1
Likes
0
Points
0
#1
Hi All,

I have been using the plugin for some years.
It has now stopped working properly.

In a wordpress page I have some simple code

[insert_php]

echo 'bb';

[/insert_php]

If I change it to this;

[insert_php]

echo 'a';
function bbb() { echo 'b'; }
echo 'ended fine';

[/insert_php]

It does not work. This has worked for years previously.

Thanks,

Neil.