Purging a sensitive file from a Git repository

Well it happens to me all the time. While developing, I add a config file with some sensitive data somewhere in my repository, forget to add it to my .gitignore and accidentally commit it. Then, after another 5 commits, I notice my flaw and then have to somehow purge...

Divi Page Builder Cache in Module Development

The other day, when I was working on the Better Number Counter, I was playing around with the fields of the module settings – you know, the title, the number and stuff. I noticed, that after I added a switch in code, the switch wouldn’t show up on the...