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.6 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 All 41 releases
← All changes | static/code-profiler.js +5 -3 1.6.81.7.4 View file →
@@ -5,9 +5,9 @@
5 5 | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| |
6 6 | | |__| (_) | (_| | __/ | __/| | | (_) | _| | | __/ | |
7 7 | \____\___/ \__,_|\___| |_| |_| \___/|_| |_|_|\___|_| |
8 8 | |
9 - | (c) Jerome Bruandet ~ https://code-profiler.com/ |
9 + | (c) Jerome Bruandet ~ https://nintechnet.com/codeprofiler/ |
10 10 +=====================================================================+
11 11 */
12 12
13 13 // =====================================================================
@@ -262,10 +262,11 @@
262 262 return;
263 263 }
264 264 }
265 265
266 - var cookies = jQuery('#cp-cookies').val();
267 - var headers = jQuery('#custom-headers').val();
266 + var cookies = jQuery('#cp-cookies').val();
267 + var headers = jQuery('#custom-headers').val();
268 + var exclusions = jQuery('#exclusions').val();
268 269
269 270 // Change buttons status and add animated image with status message
270 271 jQuery('#start-profile').prop('disabled', true);
271 272 jQuery('#cp-progress-div').slideDown();
@@ -284,8 +285,9 @@
284 285 'user': user,
285 286 'username': username,
286 287 'cookies': cookies,
287 288 'custom_headers': headers,
289 + 'exclusions': exclusions,
288 290 'method': method,
289 291 'payload': payload,
290 292 'ua': ua,
291 293 'theme': theme