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

Redirecting Vendors to Vendor Dashboard on Login

Snippet To Redirect Vendors to their Dashboard on login

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…

Override the commission calculation priority order

/** * Given the provided list of vendor_ids in the vendors array, override the commission to…

Reorder Post Column

Rearrange the post column inside admin area. This snippet moves the default author name before title.

Fix 500 Internal Server Error

A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…

Set Default Tax Class to 'Zero rate' on WC Vendors Pro Add Product Form

/** * Set Default Tax Class to 'Zero rate' on WC Vendors Pro Add Product Form…

Disable Gutenberg Editor (use Classic Editor)

add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);

<10

Set the ranges for Calendar List View | Display Eventbrite Events

The following code snippet filters the valid ranges for the next/prev keys of the calendar list…

Cusdtom WP escape

One major difficulty with passing WordPress org security reviews is escaping late. This function may help.

1 164 165 166 167 168 235