settings_field ); // phpcs:ignore WordPress.Security.NonceVerification.NoNonceVerification $option_key = ( isset( $_REQUEST['id'] ) ) ? sanitize_text_field( wp_unslash( $_REQUEST['id'] ) ) : ''; if ( ! empty( $option_key ) && array_key_exists( $option_key, (array) $options ) ) { $received_taxonomy = stripslashes_deep( $options[ $option_key ] ); } else { wp_die( esc_html__( "Nice try, partner. But that taxonomy doesn't exist or can't be edited. Click back and try again.", 'agentpress-listings' ) ); } ?>