Talkwithkallie.com
talkwithkallie.com
CSS de base
p, h1, h2, h3, h4, h5, h6 { margin-block-start: 0!important; margin-block-end: 0; } ul { margin:…
Show Invoice for Refunded
Makes PDF Invoices available for refunded payments
FluentCommunity Auto-Delete Diagnostics
This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…
AffiliateWP - Create Referral from Gravity Forms Dropdown Field
Creates an AffiliateWP referral when a Gravity Forms form is submitted, assigning credit to the affiliate…
Charitable: Force PayPal Legacy gateway
Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…
Get rid of Home
Removal of "Home - " in the Title Tag
Commissions as a fixed dollar amount, or fixed plus a percentage.
add_filter( 'wcv_commission_rate', 'my_wcv_custom_filter', 10, 3 ); function my_wcv_custom_filter( $commission, $product_id, $product_price ) { return WCV_Commission::get_commission_rate( $product_id…
Untitled Snippet
file:///Users/kelseyfisher/Downloads/kdf-carpentry-site.html
A PHP snippet code to be pasted according to the AI kobee
add_action('wp_enqueue_scripts', function () { if (!is_page(2029)) { return; } wp_enqueue_style( 'leaflet-css', 'https://unpkg.com/[email protected]/dist/leaflet.css', array(), '1.9.4' ); wp_enqueue_script(…
Show a Notice When an Event Has Ended
A finished event page looks the same as a live one. Someone arriving from a search…