FAQs
Dynamic FAQs Code Snippet to push FAQs on pages without increasing page load time.
75135-570
<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-TNJ5X5VC');</script><!-- End Google Tag Manager -->
Changes the default recipe author name in Tasty Recipes
Replace 'Your New Default Author Name' inside the quotes with your preferred Author Name and then…
Glass Shards CSS
.glass-shard { /* Glass effect */ background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(9.8px); -webkit-backdrop-filter: blur(9.8px); box-shadow:…
HosaEna Header Solid Transition
(function(){ const header = document.querySelector('.site-header'); function setSolidByScroll(){ if(!header) return; if(window.scrollY > 50){ header.classList.add('he-solid'); } else {…
GravityForms_DIR_AD_RAPI - Expose Gravity Forms ACF Fields to REST API
* Description: Makes Gravity Forms data accessible via Application Password authentication * Location: Run Everywhere *…
WpPages_DIR_AC_RAPI - Expose WordPress Pages Sync ACF Fields to REST API
* Description: Makes WordPress Pages data accessible via Application Password authentication * Location: Run Everywhere *…
Change Currency Format By Locale
This snippet below shows how to change the currency format for each language.
Admin Bar - Updates (copy)
Show updates in Admin Bar
reunik1
increase limit
Allow Subscriptions Product on BOGO and Add Product Search Field
add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…
VDX Optimizer
// VDX Optimizer - SEO, Social Media & WooCommerce // SEO Meta Tags add_action('wp_head', function() {…