#50476 closed defect (bug) (invalid)
found warning
| Reported by: | anonymized_8804248 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 5.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Deprecated: add_option_whitelist ist seit Version 5.5.0 veraltet! Benutzen Sie stattdessen add_allowed_options(). in E:\xampp\htdocs\wpdemo\wp-includes\functions.php on line 4730
Change History (4)
#1
@
6 years ago
- Keywords dev-feedback removed
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
#2
@
6 years ago
that no longer sounds good, I still use the Artisster to design my pages.
Do I have to redesign all pages? with another site designer, but then it gets really tedious ...
regards
#3
@
6 years ago
i found on a plugin named: "Classic Editor"
Will you delete this editor (for me bether than the block editor)?
#4
@
6 years ago
The Classic Editor will soon get an update to use the new function, see https://github.com/WordPress/classic-editor/pull/123.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hello @adespont, thanks for the report.
It looks like you're using a plugin/theme which is using the now deprecated
add_option_whitelist()function. You should be able to identify the plugin/theme by deactivating them one by one.The deprecation will be released with next major version in WordPress 5.5. See #50413 for background.