We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfab6da commit 00fa5a1Copy full SHA for 00fa5a1
ReduxCore/framework.php
@@ -1231,7 +1231,6 @@ public function _enqueue() {
1231
* @return void
1232
*/
1233
public function _download_options(){
1234
- echo "here";
1235
/** @noinspection PhpUndefinedConstantInspection */
1236
if( !isset( $_GET['secret'] ) || $_GET['secret'] != md5( AUTH_KEY . SECURE_AUTH_KEY ) ) {
1237
wp_die( 'Invalid Secret for options use' );
0 commit comments