Skip to content

Commit

Permalink
Add main plugin file - plugin header only #1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 23, 2021
1 parent 0ceb57f commit 65e961b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ebps-meetings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php
/**
* Plugin Name: EBPS Meetings
* Plugin URI: http://github.com/bobbingwide/ebps-meetings
* Description: To replace the Upcoming Events widget
* Author: bobbingwide
* Author URI: https://bobbingwide.com/about-bobbing-wide
* Text Domain: ebps-meetings
* Domain Path: /languages
* Version: 0.1.0
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright 2021 Bobbing Wide (email : herb@bobbingwide.com )
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
You may NOT assume that you can use any other version of the GPL.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The license for this software can likely be found here:
http://www.gnu.org/licenses/gpl-2.0.html
*
* @package ebps-meetings
*/

0 comments on commit 65e961b

Please sign in to comment.