diff --git a/plugins/example-plugin.py b/plugins/zexample.py similarity index 81% rename from plugins/example-plugin.py rename to plugins/zexample.py index da8b869..ef9158c 100644 --- a/plugins/example-plugin.py +++ b/plugins/zexample.py @@ -11,4 +11,5 @@ name = "Example-Plugin" def __init__(wordpress): # INSERT CODE HERE! + print "Thank you for using this software :)" return \ No newline at end of file