-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Compatible Wordpress 6.3.1, * Update GeoIP Database 20230929, * Correction phpcs 3.7.2 error.
- Loading branch information
1 parent
1f19abc
commit 4ca6f76
Showing
10 changed files
with
57 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
<?php | ||
/** | ||
* default variables in menu | ||
* Default variables | ||
* | ||
* PHP version 7 | ||
* | ||
* @category assets | ||
* @package STATS4WPPlugin | ||
* @link https://ginkgos.net/ | ||
* @author VANHOUCKE Franck <[email protected]> | ||
* @license GPLv2 or later | ||
* @version 1.4.0 | ||
* @category PHP | ||
* @package STATS4WPPlugin | ||
* @author Franck VANHOUCKE <[email protected]> | ||
* @copyright 2021-2023 Copyright 2023, Inc. All rights reserved. | ||
* @license GNU General Public License version 2 or later | ||
* @version 1.4.0 GIT:https://github.com/thanatos-vf-2000/WordPress | ||
* @link https://ginkgos.net | ||
*/ | ||
|
||
return array( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
<?php | ||
/** | ||
* default options | ||
* @category assets | ||
* @package STATS4WPPlugin | ||
* @link https://ginkgos.net/ | ||
* @author VANHOUCKE Franck <[email protected]> | ||
* @license GPLv2 or later | ||
* @version 1.4.0 | ||
* Default options | ||
* | ||
* PHP version 7 | ||
* | ||
* @category PHP | ||
* @package STATS4WPPlugin | ||
* @author Franck VANHOUCKE <[email protected]> | ||
* @copyright 2021-2023 Copyright 2023, Inc. All rights reserved. | ||
* @license GNU General Public License version 2 or later | ||
* @version 1.4.0 GIT:https://github.com/thanatos-vf-2000/WordPress | ||
* @link https://ginkgos.net | ||
*/ | ||
|
||
return array( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
<?php | ||
/** | ||
* * @category assets | ||
* @package STATS4WPPlugin | ||
* @link https://ginkgos.net/ | ||
* @author VANHOUCKE Franck <[email protected]> | ||
* @license GPLv2 or later | ||
* @version 1.4.1 | ||
* Admin Graph | ||
* | ||
* PHP version 7 | ||
* | ||
* @category PHP | ||
* @package STATS4WPPlugin | ||
* @author Franck VANHOUCKE <[email protected]> | ||
* @copyright 2021-2023 Copyright 2023, Inc. All rights reserved. | ||
* @license GNU General Public License version 2 or later | ||
* @version 1.4.1 GIT:https://github.com/thanatos-vf-2000/WordPress | ||
* @link https://ginkgos.net | ||
*/ | ||
|
||
namespace STATS4WP\Api; | ||
|
||
use STATS4WP\Core\DB; | ||
|
||
/** | ||
* | ||
*/ | ||
* Class AdminGraph | ||
*/ | ||
class AdminGraph | ||
{ | ||
const ARG_FROM = "stats4wp-from"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters