[wp-trac] [WordPress Trac] #60223: Depricated in PHP 8.1.26
WordPress Trac
noreply at wordpress.org
Wed Jan 10 12:26:10 UTC 2024
#60223: Depricated in PHP 8.1.26
--------------------------+------------------------------
Reporter: opajaap | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.4.2
Severity: normal | Resolution: invalid
Keywords: | Focuses:
--------------------------+------------------------------
Changes (by benniledl):
* status: new => closed
* resolution: => invalid
Comment:
Hey there!
No worries, those deprecated warnings are pretty common and not an issue.
They're just notifications that certain parts of the code are a bit
outdated (they will be solved before they even can cause any problems).
To get rid of them, you can do this:
Turn off Debug Mode:
Open your wp-config.php file.
Look for define( 'WP_DEBUG', true ); and change it to define(
'WP_DEBUG', false );.
Remember, these warnings are more like gentle reminders and do not cause
troubles.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60223#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list