WordPress

Creating WordPress Plugins with the WordPress Plugin Boilerplate

Creating a WordPress plugin is not necessarily a difficult task for an experienced WordPress developer, but I recently found an easier way to create one quickly.  What I really like about it is that I didn’t have to sacrifice good coding standards and good WordPress standards.  It also allowed me to keep a structured approach […]

Creating WordPress Plugins with the WordPress Plugin Boilerplate Read More »

Charge Tax on Shipping Using Gravity Forms for WordPress

After figuring out how to charge tax for only one state , I then needed to include the shipping in the taxable amount. When I used the calculated field ( ({EMT Code Membership:30} + {Shipping:28} ) * .07 ) in Gravity Forms, the total would not refresh. I looked in the javascript for Gravity Forms

Charge Tax on Shipping Using Gravity Forms for WordPress Read More »

Create a CSV File of WordPress User Information with PHP

One of my clients wanted a list of their clients and the client’s information to download on demand. I added the following php code to their themes functions.php file. This will pull the information from the WordPress user record and user meta table and create the CSV file. When finished, a link is provided to

Create a CSV File of WordPress User Information with PHP Read More »

Scroll to Top