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

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

CL LeadCapsule Dynamic Post Working Console Old V1

Review because it has GC redirect

Steven Beveridge
<10

Coursework Help: Smart Time-Management Techniques for Students

Effective time management can make coursework more manageable and reduce last-minute stress. Students can begin by…

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

Add Security Headers

Adds missing security headers to standard Wordpress sites: 1. Content Security Policy is an effective measure…

Add a Get Directions Link to Venue Pages

Adds your own markup above or below the venue details block. The example builds a "Get…

Add TikTok to the social tab of settings

This will show the setting and it should be saved when saving the form.

1 97 98 99 100 101 233