Implicit nullable parameter PHP seperti `Type $x = null` perlu dirapikan menjadi `?Type $x = null`. Ini cara aman memperbaikinya di plugin WordPress.
WordPress plugin compatibility
1 Article
Implicit nullable parameter PHP seperti `Type $x = null` perlu dirapikan menjadi `?Type $x = null`. Ini cara aman memperbaikinya di plugin WordPress.