PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.7.4
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.7.4
1.9.5 1.9.4 1.9.3 trunk 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 All 40 releases
← All changes | lib/mu.plugin +5 -4 1.41.7.4 View file →
@@ -6,20 +6,21 @@
6 6 | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| |
7 7 | | |__| (_) | (_| | __/ | __/| | | (_) | _| | | __/ | |
8 8 | \____\___/ \__,_|\___| |_| |_| \___/|_| |_|_|\___|_| |
9 9 | |
10 - | (c) Jerome Bruandet ~ https://code-profiler.com/ |
10 + | (c) Jerome Bruandet ~ https://nintechnet.com/codeprofiler/ |
11 11 +=====================================================================+
12 -Plugin URI: https://code-profiler.com/
12 +Plugin Name: Code Profiler (mu-plugin)
13 +Plugin URI: https://nintechnet.com/codeprofiler/
13 14 Description: Code Profiler's loader. Do not remove.
14 15 Version: 1.0
15 16 Author: Jerome Bruandet
16 -Author URI: https://code-profiler.com/
17 +Author URI: https://nintechnet.com/
17 18 License: GPLv3 or later
18 19 */
19 20 define('CODE_PROFILER_MU_ON', true);
20 21 if ( isset( $_REQUEST['CODE_PROFILER_ON'] ) &&
21 - preg_match( '/^\d{10}\.\d+$/', $_REQUEST['CODE_PROFILER_ON'] ) ) {
22 + preg_match('/^\d{10}\.\d+$/', $_REQUEST['CODE_PROFILER_ON'] ) ) {
22 23
23 24 include_once WP_PLUGIN_DIR .'/code-profiler/lib/helper.php';
24 25 code_profiler_verify_key();
25 26 code_profiler_disable_opcode();