We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3424f commit 11c24f2Copy full SHA for 11c24f2
inc/WPRDiagnoser.php
@@ -271,6 +271,7 @@ private function set_no_rocket_print_on_footer()
271
$json = '{ "error": "Server does not seem to have the ability to encode JSON" }';
272
} else {
273
$result = [];
274
+ $result['wpr_diagnoser_version'] = constant('WPR_DIAGNOSER_VERSION');
275
$result['wpr_plugin'] = function_exists('get_rocket_option') ? 'active' : 'not-active';
276
$result['constants'] = $this->get_constants();
277
$result['preload_rucss_parameters'] = $this->get_preload_rucss_parameters();
0 commit comments