GravityView_DIR_AA_CPT - GravityView Views CPT Registration
* Description: Registers custom post type for GravityView with full REST API support * Location: Run…
WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync
/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…
secure form
for chess not checkers download
SVG Tooltip
const tooltip = document.getElementById("map-tooltip"); document.querySelectorAll(".county").forEach(path => { path.addEventListener("mousemove", e => { tooltip.textContent = path.dataset.tooltip; tooltip.style.left =…
NS CALENDAR SHORTCODE
/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…
Auto Complete Virtual Orders - Not EFT
Auto complete virtual orders that are virtual but NOT downloadable, excluding EFT orders
nihao
ceshiyixia
header
for codes
WWOF v3: Force "View Cart" link in the success side-popup to open in the same tab
/** * WWOF v3: Force "View Cart" link in the success side-popup to open in the…
Override Commissions Email Template
Modify the email template sent for commissions
Change Vendor Delete Product Redirect
This plugin changes the destination that vendors are redirected to when they delete a product.
Remove Gift Aid "Title" Field From Donation Forms
add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…