• hi,
    On php 8.1, your plugin gives several php errors. On some pages I get 40 php notices from the woody insert snippet plugin.

    Can you please fix this ?
    str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
    strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
    str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

    thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Temyk

    (@webtemyk)

    Hello.

    These warnings most likely relate to the code of your snippets.

    JCV

    (@psykonevro)

    Hi @webtemyk

    I deactivated all snippets and still get errors. Only deactivating Woody code snippets gets rid of errors.

    The errors I get are several identical lines:

    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in wp-includes/functions.php on line 7053

    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in wp-includes/functions.php on line 2165

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php 8.1 errors’ is closed to new replies.