* 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:
thanghv 2019-10-01 22:38:34 +07:00
parent 6ed5f94f91
commit 912fb297e2
9 changed files with 43 additions and 1004 deletions

View file

@ -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 );