Change Donor Count
Example where a donor count is changed for a specific campaign.
RE.N.A.P.A. – Modulo 1 (Tabella Candidati)
Crea la tabella wp_renapa_candidati per il Registro PCS
Untitled Snippet
function getChatContent() { const chat = document.querySelector('.mwai-chatbot .mwai-messages') || document.querySelector('.mwai-chatbot'); return chat ? chat.innerHTML : '';…
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
WPCode Snippet: MU-Plugins Sync Engine
/** * WPCode Snippet: MU-Plugins Sync Engine * Description: Synchronizes MU-Plugins FROM /wp-content/mu-plugins/ TO wpcode_snippets_sync CPT…
Donation Fee Calculation
/** * 2. Calculate the exact Stripe Fee (2.9% + .30) if "Yes" is selected */…
bypass SSL certificate
bypass ssl - getting errors - fixes that
Replace Menu Icon
Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons
Force Minimum Password Length at Checkout
Force a minimum password length when a customer creates an account at checkout
Dante Gallery Popup
Dante Gallery Popup
Show Page Title
echo the_title();
Reverse variable pricing
Great for when you've added variable prices lowest to highest but want to show highest to…
Change Method Label
add_filter( 'woocommerce_cart_shipping_method_full_label', 'wcv_override_vendor_shipping_label', 10, 2 ); function wcv_override_vendor_shipping_label( $label, $method ){ $label = 'Flat-rate'; // cost;…