mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Merge with brand01
* Added: proper attribution to plugin code used for Extensions * Removed: unused code
This commit is contained in:
parent
bd4d9d2432
commit
9a0f39f477
24 changed files with 257 additions and 199 deletions
|
@ -1,5 +1,21 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
*
|
||||
* Credits
|
||||
*
|
||||
* Plugin-Name: BackWPup
|
||||
* Plugin URI: http://backwpup.com
|
||||
* Author: Inpsyde GmbH
|
||||
* Author URI: http://inpsyde.com
|
||||
* License: GPLv3
|
||||
* License URI: http://www.gnu.org/licenses/gpl-3.0
|
||||
*
|
||||
* The code is used for the MainWP BackWPup Extension
|
||||
* Extension URL: https://mainwp.com/extension/backwpup/
|
||||
*
|
||||
*/
|
||||
|
||||
if ( ! defined( 'MAINWP_BACKWPUP_DEVELOPMENT' ) ) {
|
||||
define( 'MAINWP_BACKWPUP_DEVELOPMENT', false );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue