WPCode Admin Number of Snippets (copy)
Change the number of snippets displayed in the admin list using a filter.
Add Theme Supports
Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features
Add column Product type in WooCommerce
Add a column in the product list to differentiate the type of product
Untitled Snippet
// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );
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…
Smooth Scrolling
html { scroll-behavior: smooth; }
Untitled Snippet
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );