PluginProbe
Fluent Support – Helpdesk & Customer Support Ticket System / 2.4.0
Fluent Support – Helpdesk & Customer Support Ticket System v2.4.0
2.4.0 2.3.2 2.3.1 2.3.0 2.2.1 2.2.0 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.4.0 1.4.1 1.4.2 1.4.5 1.4.6 1.4.7 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 68 releases
← All changes | boot/globals_dev.php +6 -4 1.5.02.4.0 View file →
@@ -1,11 +1,13 @@
1 1 <?php
2 2
3 +if ( ! defined( 'ABSPATH' ) ) exit;
4 +
3 5 /**
4 6 * Enable Query Log
5 7 */
6 -if (!function_exists('wpfluent_eqL')) {
7 - function wpfluent_eql()
8 +if (!function_exists('fluent_support_eqL')) {
9 + function fluent_support_eqL()
8 10 {
9 11 defined('SAVEQUERIES') || define('SAVEQUERIES', true);
10 12 }
11 13 }
@@ -12,10 +14,10 @@
12 14
13 15 /**
14 16 * Get Query Log
15 17 */
16 -if (!function_exists('wpfluent_gql')) {
17 - function wpfluent_gql()
18 +if (!function_exists('fluent_support_gql')) {
19 + function fluent_support_gql()
18 20 {
19 21 $result = [];
20 22 foreach ((array)$GLOBALS['wpdb']->queries as $key => $query) {
21 23 $result[++$key] = array_combine([