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

<10

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…

cart preview image stretch fix in oceanWP theme

/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Untitled Snippet

i want a on off button that when press each other send logical true if press…

Add Profile ID to Subscriber

You can assign any CRM ID or your database ID to your push subscriber and then…

Class Clashes | Display Eventbrite Events

We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…

1 95 96 97 98 99 226