Fixed: header info.

This commit is contained in:
thanghv 2020-06-05 00:45:26 +07:00
parent 6c249d0a7e
commit 0e4a5dd1d5
9 changed files with 22 additions and 22 deletions

View file

@ -2,8 +2,8 @@
/**
* Credits
*
* Plugin Name: BackWPup
* Plugin URI: http://backwpup.com
* Plugin-Name: BackWPup
* Plugin-URI: http://backwpup.com
* Author: Inpsyde GmbH
* Author URI: http://inpsyde.com
* License: GPLv3

View file

@ -3,8 +3,8 @@
*
* Credits
*
* Plugin Name: iThemes Security
* Plugin URI: https://ithemes.com/security
* Plugin-Name: iThemes Security
* Plugin-URI: https://ithemes.com/security
* Author: iThemes
* Author URI: https://ithemes.com
* License: GPLv2
@ -1003,12 +1003,12 @@ class MainWP_Child_IThemes_Security {
}
$results = $wpdb->get_results( 'SELECT * FROM `' . $wpdb->base_prefix . 'itsec_lockouts`' . $where . $type_statement . $active . ';', ARRAY_A ); // phpcs:ignore -- safe query. $output = array();
return $this->get_lockouts_int( $results, $type );
}
private function get_lockouts_int( $results, $type ){
if ( is_array( $results ) && count( $results ) > 0 ) {
switch ( $type ) {
case 'host':
@ -1042,11 +1042,11 @@ class MainWP_Child_IThemes_Security {
break;
}
}
return $output;
}
public function release_lockout() {
global $wpdb;

View file

@ -9,8 +9,8 @@
*
* Credits
*
* Plugin Name: Google Pagespeed Insights
* Plugin URI: http://mattkeys.me
* Plugin-Name: Google Pagespeed Insights
* Plugin-URI: http://mattkeys.me
* Author: Matt Keys
* Author URI: http://mattkeys.me
* License: GPLv2 or later

View file

@ -8,8 +8,8 @@
/**
* Credits
*
* Plugin Name: Vendi Abandoned Plugin Check
* Plugin URI: https://wordpress.org/plugins/vendi-abandoned-plugin-check/
* Plugin-Name: Vendi Abandoned Plugin Check
* Plugin-URI: https://wordpress.org/plugins/vendi-abandoned-plugin-check/
* Author: Vendi Advertising (Chris Haas)
* Author URI: https://wp-staging.com
* License: GPLv2

View file

@ -9,8 +9,8 @@
*
* Credits
*
* Plugin Name: Wordfence Security
* Plugin URI: https://www.wordfence.com/
* Plugin-Name: Wordfence Security
* Plugin-URI: https://www.wordfence.com/
* Author: Wordfence
* Author URI: https://www.wordfence.com/
*/

View file

@ -9,8 +9,8 @@
*
* Credits
*
* Plugin Name: WP Rocket
* Plugin URI: https://wp-rocket.me
* Plugin-Name: WP Rocket
* Plugin-URI: https://wp-rocket.me
* Author: WP Media
* Author URI: http://wp-media.me
* Licence: GPLv2 or later

View file

@ -293,9 +293,9 @@ class MainWP_Clone_Page {
/**
* Credit
*
* Plugin Name: Add From Server
* Plugin-Name: Add From Server
* Version: 3.2.0.3
* Plugin URI: http://dd32.id.au/wordpress-plugins/add-from-server/
* Plugin-URI: http://dd32.id.au/wordpress-plugins/add-from-server/
* Description: Plugin to allow the Media Manager to add files from the webservers filesystem. <strong>Note:</strong> All files are copied to the uploads directory.
* Author: Dion Hulse
* Author URI: http://dd32.id.au/

View file

@ -8,8 +8,8 @@
/**
* Credits
*
* Plugin Name: Yoast SEO
* Plugin URI: https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin
* Plugin-Name: Yoast SEO
* Plugin-URI: https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin
* Author: Team Yoast
* Author URI: https://yoast.com/
* Licence: GPL v3

View file

@ -18,7 +18,7 @@ require_once ABSPATH . 'wp-includes' . DIRECTORY_SEPARATOR . 'version.php'; // V
/**
* Define MainWP Child Plugin Debug Mode. Default: true.
*/
define( 'MAINWP_CHILD_DEBUG', true );
define( 'MAINWP_CHILD_DEBUG', false );
if ( ! defined( 'MAINWP_CHILD_FILE' ) ) {
/**