Coding Hints

  • ACF Illegal String Offset

    When using Advanced Custom Fields in WordPress, I often get and use a custom link field like this: When doing this, PHP will gently remind me with a notice that I have used an illegal string offset. Warning: Illegal string offset ‘url’… The top result in Google send us to this ACF support page. I

    Read More