[wp-trac] [WordPress Trac] #62608: Use of deprecated utf8_encode in 3 places
WordPress Trac
noreply at wordpress.org
Fri Nov 29 07:40:46 UTC 2024
#62608: Use of deprecated utf8_encode in 3 places
--------------------------+-----------------------------
Reporter: pratiklondhe | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
hey, in the following file, utf8_encode is used which is a deprecated
function according to PHP 8.2 release
[https://www.php.net/manual/en/function.utf8-encode.php]
code links where it is used
1.
[https://github.com/WordPress/WordPress/blob/dd967e2a2ea96e3a93b05a887477a0d487aa7d79
/wp-admin/includes/export.php#L247]
2.
[https://github.com/WordPress/WordPress/blob/dd967e2a2ea96e3a93b05a887477a0d487aa7d79
/wp-admin/includes/image.php#L1057]
3.
[https://github.com/WordPress/WordPress/blob/dd967e2a2ea96e3a93b05a887477a0d487aa7d79
/wp-admin/includes/image.php#L1063]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62608>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list