• Resolved mumbomedia

    (@mumbomedia)


    Got this message in the debug.log while debugging a site.
    PHP Deprecated: Creation of dynamic property TwitterFeed\Builder\CTF_Feed_Builder::$ctf_sb_analytics is deprecated in wp-content/plugins/custom-twitter-feeds/inc/Builder/CTF_Feed_Builder.php on line 23

    Site is running on PHP 8.3 so I assume it has to be done in the __construct instead.

Viewing 1 replies (of 1 total)
  • Plugin Support manuramas

    (@manuramas)

    Hi @mumbomedia

    Thanks for reaching out and for sharing the detailed log entry.

    You’re right — this notice is related to the stricter handling of dynamic properties introduced in PHP 8.2 and continued in PHP 8.3. Since this is a deprecated notice, it won’t affect the functionality of your Twitter feed or cause issues on the front end; it simply appears in the debug log.

    That said, we do want to keep things clean and fully compatible with newer PHP versions.

    Could you please confirm whether you’re running the latest version of the Custom Twitter Feeds plugin? We regularly release updates to improve compatibility with newer PHP releases.

    If you’re already on the latest version and still seeing this notice, please send your System Info to [email protected], and we’ll continue from there.

    You can find it by following these steps:

    1. Go to your WordPress Dashboard
    2. Navigate to Twitter Feed > Support
    3. Scroll down to the System Info section
    4. Copy the information and include it in your email

    Thanks again for reporting this, and please let us know if you have any other questions.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.