• Resolved Howdy_McGee

    (@howdy_mcgee)


    Hello,

    I’m receiving the following PHP Deprecation notices via PHP 8:

    PHP Deprecated:  Required parameter $feed_term follows optional parameter $end_point in /httpdocs/wp-content/plugins/custom-twitter-feeds/inc/CtfFeed.php on line 1345
    
    PHP Deprecated:  Required parameter $count follows optional parameter $end_point in /httpdocs/wp-content/plugins/custom-twitter-feeds/inc/CtfFeed.php on line 1345
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @howdy_mcgee,

    Thank you for the heads up here, we will look over any depreciation notices, warnings, and other issues related to PHP 8 and 8.1 and get these resolved in a future update to the plugin. Should you have any other questions in the meantime be sure to let us know.

    Many thanks and I wish you a great day ahead.

    This is fixed by changing line 1345

    private function getTweetsSinceID( $since_id, $end_point = 'search', $feed_term, $count )

    to

    private function getTweetsSinceID( $since_id, $end_point = 'search', $feed_term='', $count=0 )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecation Notices’ is closed to new replies.