• Resolved mhgx

    (@mhgx)


    In file php/class-minute-control.php, method set_inline_excerpt()
    Code:

    if ( is_admin() && ! wp_doing_ajax() ) {
    return;
    }

    Is causing fatal error since the function is called by get_the_excerpt filter and as per documentation:

    Note that the filter function must return the excerpt after it is finished processing, or page sections showing an excerpt will be blank, and other plugins also filtering the excerpt may generate errors.

    method should not do void return.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ShareThis

    (@sharethis)

    Hi @mhgx, thank you for bringing this to our attention. We’ve escalated this to our engineering team so we can further investigate and implement a fix in an upcoming release. Really appreciate you taking the time to highlight this—your input is appreciated!

    Plugin Author ShareThis

    (@sharethis)

    Hi @mhgx, we’ve fixed this issue in our latest version of the plugin. Thanks for your support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 8.2 Fatal error’ is closed to new replies.