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 : '';…
Donation Fee Calculation
/** * 2. Calculate the exact Stripe Fee (2.9% + .30) if "Yes" is selected */…
Disallow point redemption if cart has subscription product.
This snippet will remove the point redemption option if the cart has a subscription product
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Dante Gallery Popup
Dante Gallery Popup
Disable Renewal Notice for Specific Products
Disables renewal notices for specific products
Show Page Title
echo the_title();
Apollo Website Tracking
function add_apollo_tracker() { ?>
Untitled Snippet
import { BrowserRouter, Routes, Route, Link } from "react-router-dom"; import "./styles.css"; function Header() { return (…
Custom Restriction: Category-Specific Subtotal
Before saving the snippet, please update the three variables at the top of the function to…
Remove Post Title from Yoast Breadcrumbs
This snippet removes the post title from Yoast SEO breadcrumbs
Untitled Snippet
Connect site google
Add a document file upload
// Add the document field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_doc_uploader'); function wcv_doc_uploader( ){ if…