• Resolved Andrrew

    (@andrrew)


    I noticed these PHP Deprecated notices in my debug log and found the origin to be in postie.php:

    whitelist_options is deprecated since version 5.5.0! Use apply_filters_deprecated instead.
    – found in postie.php v1.9.53 line 64.

    add_option_whitelist is deprecated since version 5.5.0! Use add_allowed_options() instead.
    – found in postie.php v1.9.53 line 253.

    I don’t know the relevance or implication of this, but does this need to be updated? WordPress says to replace add_option_whitelist with add_allowed_options().

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

    (@wayneallen-1)

    Thanks for the note. There is no functional impact as these are warnings not errors.

    I have made changes to the next version of Postie so you won’t get these in your logs.

    Thread Starter Andrrew

    (@andrrew)

    Thanks Wayne, that’s reassuring.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘whitelist_options and add_option_whitelist() deprecated in WP 5.5’ is closed to new replies.