[wp-trac] [WordPress Trac] #63430: Coding Standards: replace isset() ternary with null coalescing
WordPress Trac
noreply at wordpress.org
Fri Jan 9 14:47:47 UTC 2026
#63430: Coding Standards: replace isset() ternary with null coalescing
--------------------------------------+-------------------------------
Reporter: seanwei | Owner: SergeyBiryukov
Type: enhancement | Status: closed
Priority: normal | Milestone: 7.0
Component: General | Version:
Severity: minor | Resolution: fixed
Keywords: has-patch has-unit-tests | Focuses: coding-standards
--------------------------------------+-------------------------------
Comment (by Soean):
@westonruter I found some remaining `isset()` that can be replaced by
`??`: https://github.com/WordPress/wordpress-develop/pull/10704
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63430#comment:36>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list