Add PayPal Order Description to Forminator Payment Form

The current version (1.24.1) of Forminator form builder for WordPress does not set a payment description for Paypal transactions. This is a problem for my client, because they need to know where the money comes from. So I create a custom solution. You can find a link to my solution, a WP mu-plugin below. If … Continue reading Add PayPal Order Description to Forminator Payment Form

Password Generator – WordPress Plugin

I created this Password Generator plugin for WordPress. Running my own random password generator I can be sure 1) the passwords are truly random, and 2) the passwords are not copied or saved at all when they are generated. My plugin adds a shortcode to WordPress and accepts the following parameters: The display below has … Continue reading Password Generator – WordPress Plugin

NOAA Weather Forecast – WordPress Plugin

I built a WordPress plugin for displaying the weather forecast. The forecast data is pulled from the NOAA NWS Forecast API. The plugin has a shortcode that can be placed on a post, page, or in a widget, anywhere you want to show the forecast. The shortcode takes two perimeters: 1) the location (as latitude, … Continue reading NOAA Weather Forecast – WordPress Plugin