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,20 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
*
|
||||
* Credits
|
||||
*
|
||||
* Plugin-Name: iThemes Security
|
||||
* Plugin URI: https://ithemes.com/security
|
||||
* Author: iThemes
|
||||
* Author URI: https://ithemes.com
|
||||
* License: GPLv2
|
||||
*
|
||||
* The code is used for the MainWP iThemes Security Extension
|
||||
* Extension URL: https://mainwp.com/extension/ithemes-security/
|
||||
*
|
||||
*/
|
||||
|
||||
class MainWP_Child_iThemes_Security {
|
||||
public static $instance = null;
|
||||
public $is_plugin_installed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue