Code
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
Assign Specific Image to WooCoomerce variation
Answer to Stack Overflow question: The following works for me in my test installation: Now, you don’t have search the product slug as I have… Read More »Assign Specific Image to WooCoomerce variation
Add On-Hover Image from Galleries for WooCommerce Shop Page
Answer at Stackoverflow: What I think you’ll want to do, assuming your installation is a somewhat standard WooC installation, is utilize the loop item action… Read More »Add On-Hover Image from Galleries for WooCommerce Shop Page