Untitled Snippet

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

Hide Out Of Stock items on WooCommerce Shop page when sorting (popularity/price) applied.

Hide Out Of Stock items on the WooCommerce Shop page when sorting (popularity/price) applied.

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…

David Bisset PRO
<10

YouTube Feeds Pro add Category Support

This snippet registers a new taxonomy for the custom post type related to the individual video…

Webhook smart tags

{ "smart_tags": { "region": "Gujarat", "state": "Gujarat", "province": "Gujarat", "territory": "Gujarat", "region_code": "GJ", "country": "India", "country_code":…

Untitled Snippet

google.com, pub-9567597566014925, DIRECT, f08c47fec0942fa0

JUAN FRANCISCO CHIBAS
<10

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

Unattached Media Cleanup

// Schedule the event if it is not already scheduled function schedule_unattached_media_cleanup() { if (!wp_next_scheduled('delete_unattached_media_event')) {…

Untitled Snippet

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://api.openai.com/v1/chat/completions'; $api_key…

1 130 131 132 133 134 190