[wpb-random-posts]
WHAT THEY SAID TO DO
Exclude Product From Discount Coupons in WooCommerce
Exclude Product From Discount Coupons in WooCommerce
HCP Chat
Chat that will lead to my CRM
Year footer update
Update copyright year automatically in footer
RS Ads-01
RS中文版
Auto delete FluentCommunity drug shortages posts
This code snippet automatically schedules the deletion of FluentCommunity posts created in a specific space after…
Days of the Week Filter Fix (Events List Block)
Fixes the Events List block's "Days of the Week" filter so it re-queries the server instead…
ABF Updated ChatBot
Updated ABF Chatbot with new allenbaileyfoundation.org website
Untitled Snippet
<script id="Microsoft_Omnichannel_LCWidget" src="https://oc-cdn-public-eur.azureedge.net/livechatwidget/scripts/LiveChatBootstrapper.js"" onerror="(function(el){el.parentNode.removeChild(el);var s=document.createElement('script');s.src='https://ocprodpubliceurgs.blob.core.windows.net/livechatwidget/scripts/LiveChatBootstrapper.js';s.setAttribute('id', 'Microsoft_Omnichannel_LCWidget');s.setAttribute('data-app-id', '0ed30dad-2656-43ce-b290-e393b6a96d2f');s.setAttribute('data-lcw-version', 'prod');s.setAttribute('data-org-id', '0b965a30-b361-f011-8ee5-000d3ab5d97a');s.setAttribute('data-org-url', 'https://m-0b965a30-b361-f011-8ee5-000d3ab5d97a.eu.omnichannelengagementhub.com');document.body.appendChild(s);})(this);" data-app-id="0ed30dad-2656-43ce-b290-e393b6a96d2f" data-lcw-version="prod" data-org-id="0b965a30-b361-f011-8ee5-000d3ab5d97a" data-org-url="https://m-0b965a30-b361-f011-8ee5-000d3ab5d97a.eu.omnichannelengagementhub.com" async></script>
Untitled Snippet
function vqs_leaderboard_assets() { wp_enqueue_style( 'vqs-leaderboard-css', get_stylesheet_directory_uri() . '/vqs-leaderboard.css', [], '1.0' ); wp_enqueue_script( 'vqs-leaderboard-js', get_stylesheet_directory_uri() . '/vqs-leaderboard.js',…
YB Settings
function impBrandsArchive( $query ) { $query->set( 'post_type', [ 'hot-tubs', 'swim-spas', 'saunas' ] ); } add_action( 'elementor/query/brands_archive',…
Accessibility fix for elementor Video playlist widget touch targets do not have sufficient size or spacing
touch targets do not have sufficient size or spacing
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );