whitelist_options and add_option_whitelist() deprecated in WP 5.5
-
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)
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.