So I have been extracting a lot of code recently from several projects that I’ve done over 2020 and I am converting those independent solutions into plugins so that I can reuse them over time. Usually, my solutions allow developers…
Requirements Make sure you download the files from this library Have a place for you to the load the functions needed (plugin or theme files) A HTML template. I provide a basic one, but if you have one styled already.…
Recently, I wanted to try to build a custom form because the design was quite complicated and using Contact Form 7 would force me to add a bunch of HTML in the Contact Form 7 options. Ofcourse, when clients are…
In order to post the data we need to verify the origin of the domain. In WordPress it’s quite normal to have the verify_nonce available, but in React we need to be able to access the nonce. Below you can…
The Contact form 7 plugin is a very simple powerful plugin used in many different setups. I mainly use it because of it’s extensibility. There are many solutions out there for easily add additional functionality to it. One of them…
In some cases, it is helpful to change the link in the menu on some different pages. Imagine you have a landing page specific for one of your services or products and you want to have a different contact page…