Code
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
WordPress Put Request to Remote API
/** * SET SUBSCRIPTION ACCESS AT REMOTE API * Utilizes “PUT” method * {{}} = contents provided by API host/administration, remove brackets when replacing *… Read More »WordPress Put Request to Remote API
WordPress Return User Data by Remote Request with Bearer Authorization
/** * RETURN AN ARRAY OF USER DATA FROM REMOTE API * {{}} = contents provided by API host/administration, remove brackets when replacing *… Read More »WordPress Return User Data by Remote Request with Bearer Authorization
S2Member API – Signup Notifications
/* USING S2 NOTIFICATIONS API * ADD SUBSCRIPTION DETAILS FOR USERS WITH 100% DISCOUNTS * using Signup Notification URL https://wmhca.org/?s2_signup_notification=yes&user_email=%%payer_email%%&coupon=%%coupon_code%% */ add_action( ‘init’, ‘s2_signup_notification’… Read More »S2Member API – Signup Notifications
Simple WordPress “Loginout or Register” Menu
A simple, very lightweight login or logout menu that also adds an option for logged-out users to visit a registration/sign-up page. At some point we can follow up with a much more advanced and complicated approach involving re-direction and javascript.
Stripe and S2Member – Update Subscription Metadata
Oddly, S2Member does not by default directly expose Subscription beginning and end dates, although it does expose a user profile field for setting the latter if desired. Site operators will like to be able to view that data, whether in profile pages or as output in custom lists and tables.
Read More »Stripe and S2Member – Update Subscription Metadata
- « Previous
- 1
- 2
- 3
- Next »





