Media Library Infinite Scrolling
Infinite Scroll
Untitled Snippet
connect site to google
Filter Countries JUST for Donation Forms
Changing the master country list in Charitable is not recommended unless you know what you are…
PHPmyadmin
Php software
LMS Extra Link in Dashboard Left Menu
add an extra Link in Dashboard Left Menu
https://shoesvipnew.com/
https://shoesvipnew.com/
https://shoesvipnew.com/
https://shoesvipnew.com/
Make the auction start price and auction dates required for vendors
This is from the integration with the WooCommerce Simple Auctions plugin
Chatbot backend
function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://modelsearch1.openai.azure.com/openai/deployments/gpt-35-turbo-StoreWayfinder/chat/completions'; $api_key…
Donation Form Email Check
If you need to do manual validation of an email when a donation is being submitted…
Smooth Scrolling
html { scroll-behavior: smooth; }
Untitled Snippet
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );
Enable automatic updates for WordPress core, plugins, and themes
// Enable automatic updates for WordPress core, plugins, and themes add_filter('automatic_updater_disabled', '__return_false'); add_filter('auto_update_core', '__return_true'); add_filter('auto_update_plugin', '__return_true');…
Add Radio Boxes To Donation Form
/** * Add a collection of radio selections to the donation form. * * This snippet…