From f37cc811adb02edefc03e694db11eece0312d0c5 Mon Sep 17 00:00:00 2001 From: AL EMRAN Date: Sun, 24 Oct 2021 09:42:11 +0600 Subject: [PATCH] Added "PluginMaster, a WordPress plugin development framework." PluginMaster is a WordPress plugin development framework with good structure, easy & elegant syntax. Build your application for WordPress with PluginMaster for better structure, quick development. Visit https://www.wppluginmaster.com for an overview --- src/frameworks/plugin-master.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/frameworks/plugin-master.php diff --git a/src/frameworks/plugin-master.php b/src/frameworks/plugin-master.php new file mode 100644 index 0000000..b6361a7 --- /dev/null +++ b/src/frameworks/plugin-master.php @@ -0,0 +1,11 @@ + 'PluginMaster', + 'full_name' => 'WordPress plugin development framework', + 'description' => 'PluginMaster is a WordPress plugin development framework with good structure, easy & elegant syntax. Build your application for WordPress with PluginMaster for better structure, quick development. Just visit for details: https://wppluginmaster.com', + 'github_repo' => 'WP-Plugin-Master/PluginMaster', + 'homepage' => 'https://www.wppluginmaster.com', + 'is_for_plugins' => true, + 'is_for_themes' => false, + 'thumbprint' => array(), + );