From 40a8e8b027b406d29f972c4eace26a86b12dcc2f Mon Sep 17 00:00:00 2001 From: Swissky Date: Sun, 5 Mar 2017 18:41:30 +0100 Subject: [PATCH] Example plugin updated --- plugins/{example-plugin.py => zexample.py} | 1 + 1 file changed, 1 insertion(+) rename plugins/{example-plugin.py => zexample.py} (81%) 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