• Resolved Aleksei

    (@stormman)


    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

    (@kaggdesign)

    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, 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.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.