I recently was working on a chatbot for a website and wound up using a great PHP library for the task, BotMan. With BotMan, you can follow the really well-done documentation to set up a BotMan endpoint. This is where any client would call to send requests and where logic would be placed to respond… Continue reading WordPress Plugin for the BotMan Web Widget
Month: February 2021
Creating Unique IDs for ACF Repeaters
I love Advanced Custom Fields and find it to be an essential tool for developing with WordPress. I ran into a challenge recently using Repeaters where I needed to be able to target particular rows for JavaScript. I wanted to be able to depend on each row having a unique identifier that would not change.… Continue reading Creating Unique IDs for ACF Repeaters