We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ace1b commit 334aa65Copy full SHA for 334aa65
1 file changed
php/class-admin.php
@@ -414,7 +414,6 @@ public function init_setting_save() {
414
$saving = filter_input_array( INPUT_POST, $args, false );
415
if ( ! empty( $saving ) && ! empty( $saving[ $submission ] ) && wp_verify_nonce( $saving['_cld_nonce'], 'cloudinary-settings' ) ) {
416
$referer = $saving['_wp_http_referer'];
417
- wp_parse_str( wp_parse_url( $referer, PHP_URL_QUERY ), $query );
418
419
$data = $saving[ $submission ];
420
$this->save_settings( $submission, $data );
0 commit comments