• Resolved RichTWebGuy

    (@richtwebguy)


    code like

    wp_editor(stripslashes($snippet_desc)...

    needs to be checked for passing null.

    in php 8.1, functions like stripslashes, strpos, … no longer accept null. An empty string should be used

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