boxybird / inertia-wordpress

The WordPress adapter for Inertia.js.
170 stars 26 forks source link

fix deprecation warning: passing null to explode #28

Open clausreiser opened 1 month ago

clausreiser commented 1 month ago

fix deprecation warning in php 8.2.

Default partial data to an empty string, so exploding it still works and just returns an empty array after being filtered.