HEX
Server: Apache
System: Linux p3plzcpnl503801.prod.phx3.secureserver.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: aqo14e2iyyd9 (9667755)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/aqo14e2iyyd9/public_html/wp-content/plugins/wpforms-geolocation/deprecated.php
<?php

// phpcs:ignoreFile Generic.Files.OneObjectStructurePerFile.MultipleFound

namespace {

	use WPFormsGeolocation\Deprecated;

	/**
	 * The geolocation addon was refactored and the old class was dropped in 2.3.0 version.
	 *
	 * @since 2.0.0
	 */
	class_alias( Deprecated::class, '\WPForms_Geolocation' );
}

namespace WPFormsGeolocation\PlacesProviders {

	use WPFormsGeolocation\Deprecated;

	/**
	 * Algolia Places stopped work at 31 May 2022 and the class was removed in 2.3.0 version.
	 *
	 * @since 2.3.0
	 */
	class AlgoliaPlaces extends Deprecated {
	}
}

namespace WPFormsGeolocation\Admin\Settings {

	use WPFormsGeolocation\Deprecated;

	/**
	 * Algolia Places stopped work at 31 May 2022 and the class was removed in 2.3.0 version.
	 *
	 * @since 2.3.0
	 */
	class AlgoliaPlaces extends Deprecated {
	}
}