Title: Deprecated error in php8.3
Last modified: November 16, 2024

---

# Deprecated error in php8.3

 *  Resolved [Aleksei](https://wordpress.org/support/users/stormman/)
 * (@stormman)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/deprecated-error-in-php8-3/)
 * Hey guys,
 * I’m getting the “Deprecated” error caused by a call from the cyr2lat plugin (
   6.2.2):
 * > Creation of dynamic property ftp::$features is deprecated
   >  wp-admin/includes/class-ftp.php:151
 * WordPress version: 6.7
 * PHP Version: 8.3.13

Viewing 1 replies (of 1 total)

 *  Plugin Author [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/deprecated-error-in-php8-3/#post-18140800)
 * It is not a cyr2lat, but WordPress Core issue. Line 153 contains `$this->features
   =array();` and property `feature` is not declared in the `ftp` class. Such a 
   construction causes deprecation error in PHP 8.3.
 * As you can read [here](https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/),
   WordPress 6.7 has only “beta support” of PHP 8.3.
 * To suppress deprecation errors from WordPress Core, plugins and themes, you can
   use my plugin [KAGG Compatibility](https://wordpress.org/plugins/kagg-compatibility/).

Viewing 1 replies (of 1 total)

The topic ‘Deprecated error in php8.3’ is closed to new replies.

 * ![](https://ps.w.org/cyr2lat/assets/icon.svg?rev=2834364)
 * [Cyr-To-Lat](https://wordpress.org/plugins/cyr2lat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cyr2lat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cyr2lat/)
 * [Active Topics](https://wordpress.org/support/plugin/cyr2lat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cyr2lat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cyr2lat/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/deprecated-error-in-php8-3/#post-18140800)
 * Status: resolved