mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
* Added: 'mainwp_child_branding_init_options' filter for disabling custom branding
* Updated: support for the WPVulnDB API v3 * Removed: unused code and files
This commit is contained in:
parent
6ed5f94f91
commit
912fb297e2
9 changed files with 43 additions and 1004 deletions
|
@ -6,12 +6,8 @@
|
|||
Author: MainWP
|
||||
Author URI: https://mainwp.com
|
||||
Text Domain: mainwp-child
|
||||
Version: 4.0.2
|
||||
Version: 4.0.3
|
||||
*/
|
||||
//if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) {
|
||||
// header( 'X-Frame-Options: ALLOWALL' );
|
||||
//}
|
||||
//header('X-Frame-Options: GOFORIT');
|
||||
include_once( ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php' ); //Version information from wordpress
|
||||
|
||||
define( 'MAINWP_DEBUG', FALSE );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue