• Resolved islp

    (@islp)


    Today, after switching to PHP 8, I found this in the debug.log:

    [30-Aug-2021 07:27:21 UTC] PHP Deprecated:  Required parameter $tag follows optional parameter $content in /home/ivan/www/wp-content/plugins/wp-members/includes/class-wp-members-shortcodes.php on line 366
    [30-Aug-2021 07:27:21 UTC] PHP Deprecated:  Required parameter $tag follows optional parameter $content in /home/ivan/www/wp-content/plugins/wp-members/includes/class-wp-members-shortcodes.php on line 395
    [30-Aug-2021 07:27:21 UTC] PHP Deprecated:  Required parameter $tag follows optional parameter $content in /home/ivan/www/wp-content/plugins/wp-members/includes/class-wp-members-shortcodes.php on line 594

    I don’t know if this means the plugin doesn’t work properly, at the moment.

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

    (@cbutlerjr)

    Thanks for taking the time to report this. It is something I’m aware of, and it will be corrected in version 3.4.0. (It’s actually already corrected in the development version https://github.com/rocketgeek/wp-members-dev but I don’t recommend that for production use yet.)

    I don’t know if this means the plugin doesn’t work properly, at the moment.

    It doesn’t affect anything functionality-wise. It’s just a notice from PHP about a syntax that is no longer supported.

    Thread Starter islp

    (@islp)

    Ok, Chad, thanks

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