Make WordPress Core


Ignore:
Timestamp:
07/16/2026 09:30:01 AM (2 months ago)
Author:
swissspidy
Message:

Code Modernization: Avoid returning values in constructors.

Returning values from __construct() and __destruct() is a deprecated practice starting with PHP 8.6, as per a recent RFC.

Props iamchitti, Soean.
Fixes #65637.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.