Custom Logger – a simple auxiliary WordPress plugin for debugging PHP code
I end up adding a version of this to many jobs – virtually all of the ones that involve custom, original PHP coding that I… Read More »Custom Logger – a simple auxiliary WordPress plugin for debugging PHP code
WooCommerce + GoToWebinar API + Piggybacking On a Plugin
The objective is simply to have a completed sale via WooCommerce automatically register the customer for a webinar at GoToWebinar.com. The two main complicating factors… Read More »WooCommerce + GoToWebinar API + Piggybacking On a Plugin
Customizing Vimeography Pro #1 – Thumbnail Content
First of several posts intended to document this job…
Read More »Customizing Vimeography Pro #1 – Thumbnail ContentGetting User Registration Date in WordPress
Answer to Stack Overflow Question: The key for user registered date (actually date and time) is user_registered. It’s saved as a string in Y-m-d H:i:s… Read More »Getting User Registration Date in WordPress