• Hey – We are getting this error thrown using PHP 7.4.4

    Notice: Undefined index: before_excerpt in /var/www/html/wp/public/content/plugins/reading-time-wp/rt-reading-time.php on line 115

    Is there anything we can do to resolve? Can push a fix to a git if need be. Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    It should resolve if you save your reading time options so the before_excerpt value gets set. The code really just needs a conditional to check if that index is defined before trying to call it.

    There is as github repo for it if you’ve got a PR you’d like to submit. https://github.com/yingles/reading-time-wp

Viewing 1 replies (of 1 total)

The topic ‘PHP Error – Undefined index: before_excerpt in’ is closed to new replies.