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 );

Filter Countries JUST for Donation Forms

Changing the master country list in Charitable is not recommended unless you know what you are…

David Bisset PRO
<10

LMS Extra Link in Dashboard Left Menu

add an extra Link in Dashboard Left Menu

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; }

<10

Untitled Snippet

document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );

1 79 80 81 82 83 117