php 8.1 compatibility
-
for php 8.1, It looks like you need to replace
plugins_url( null, ...with
plugins_url( '', ...the null ends up being fed to strpos which doesn’t like null in 8.1
The topic ‘php 8.1 compatibility’ is closed to new replies.