Non-required Card State
Makes the cart state a non-required field when present
AffiliateWP — Restrict Checkout Referrals Dropdown by User Role
Restricts the AffiliateWP Checkout Referrals dropdown to only appear for logged-in users with a specific WordPress…
RED'S CSS Snippet
#red-chatbot-wrap { max-width: 720px; margin: 30px auto; font-family: Arial, sans-serif; } .red-chatbot-card { border: 1px solid…
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
Remove ISO 4217 Format for specific feeds
//Google Feeds add_filter('adt_pfp_localize_price_iso4217_feeds', function($feeds) { // Remove all Google feeds from ISO4217 formatting return array_filter($feeds, function($feed)…
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );
church website
Your Church Name – Your Tagline Here YOUR CHURCH Home About Us Speakers FAQs Contact Welcome…
Smooth Scroll
document.querySelectorAll('a[href^="/#"]').forEach(link => { link.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href').replace('/', '')); if (target) { window.scrollTo({…
Add order status to commissions table
/** * Add order status to commissions table * * @param Array $columns array stored column…
CL LeadCapsule Dynamic Post Working Console Old V1
Review because it has GC redirect
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…
Stop Lazy Load
add_filter( 'wp_lazy_loading_enabled', '__return_false' );