Custom Plugin Does Not work in 3.0.4
-
Hello,
I have a very simple custom plugin that worked great in WordPress version 2.7.1
However when I try to use it in WordPress version 3.0.4.
Here is my custom plugin code:
function KathyTest()
{
print (“Kathy Test!”);
}I have created a page in WordPress called “Test Plugin” and call this function as follows:
<?php
KathyTest();
?>and it just displays this text and not the words “Kathy Test”.
I am really stuck and have to solve this problem. Any help would be appreciated.
Thanks.
The topic ‘Custom Plugin Does Not work in 3.0.4’ is closed to new replies.