Title: Problems with PHP 8.2?
Last modified: January 16, 2024

---

# Problems with PHP 8.2?

 *  Resolved [TF28](https://wordpress.org/support/users/tf28/)
 * (@tf28)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/problems-with-php-8-2-2/)
 * **Deprecated**: Using ${var} in strings is deprecated, use {$var} instead in **/
   wp-content/plugins/another-wordpress-classifieds-plugin/functions.php** on line**
   1531**
 * **Deprecated**: Using ${var} in strings is deprecated, use {$var} instead in **/
   wp-content/plugins/another-wordpress-classifieds-plugin/functions.php** on line**
   1531**
 * **Deprecated**: Using ${var} in strings is deprecated, use {$var} instead in **/
   wp-content/plugins/another-wordpress-classifieds-plugin/functions.php** on line**
   1533**
 * **Deprecated**: Using ${var} in strings is deprecated, use {$var} instead in **/
   wp-content/plugins/another-wordpress-classifieds-plugin/functions.php** on line**
   1533**
 * **Deprecated**: Using ${var} in strings is deprecated, use {$var} instead in **/
   wp-content/plugins/another-wordpress-classifieds-plugin/includes/payments-api.
   php** on line **453**

Viewing 1 replies (of 1 total)

 *  Plugin Support [bobbied](https://wordpress.org/support/users/bobbied/)
 * (@bobbied)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/problems-with-php-8-2-2/#post-17349048)
 * Hi [@tf28](https://wordpress.org/support/users/tf28/)
 * Thanks for reporting these things.
 * Those are not errors on the site, but code to let you know that a change was 
   made to the code in the plugin. Deprecated code (sometimes called “dead code”)
   is the equivalent of a sticky note saying “this will be removed in the future”
   on targeted parts of code. The code can’t be removed immediately because consumers
   of that method or class still need that section to function.
 * I hope that helps explain why you’re seeing this. If you haven’t customized the
   code of the plugin, you can safely ignore those! But if you’re seeing a problem
   with functionality, please do let us know.

Viewing 1 replies (of 1 total)

The topic ‘Problems with PHP 8.2?’ is closed to new replies.

 * ![](https://ps.w.org/another-wordpress-classifieds-plugin/assets/icon-256x256.
   png?rev=2944356)
 * [AWP Classifieds](https://wordpress.org/plugins/another-wordpress-classifieds-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/another-wordpress-classifieds-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/another-wordpress-classifieds-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/another-wordpress-classifieds-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/another-wordpress-classifieds-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/another-wordpress-classifieds-plugin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bobbied](https://wordpress.org/support/users/bobbied/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/problems-with-php-8-2-2/#post-17349048)
 * Status: resolved