Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/frameworks/plugin-master.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
$framework = array(
'name' => '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(),
);