Remove Donor Count From Specific Campaign

Hide the campaign donor count from a specific campaign, using the campaign ID.

Rerender PDF Viewer when embedded inside Kadence Blocks > Tabs for PDF Embedder Lite

When you add a PDF Embedder block or shortcode inside the Tabs block of the Kadence…

Bootstrap 5

// Add custom scripts function add_custom_script_bootstrap5() { wp_register_script( 'bootstrap5_js', 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js', array(), '5.3.3', true ); wp_enqueue_script( 'bootstrap5_js'…

Register Multiple Donation Fields

Add multiple new fields to your donation form.

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…

eaglegame

const canvas = document.getElementById('game-canvas'); const ctx = canvas.getContext('2d'); class Character { constructor(name, x, y, width, height,…

MemberPress: Turn Off Auto-Rebill for Offline Gateway

Some integrations - like Mail Chimp - require auto-rebill to be stopped before they do their…

Set Default Highlight Colour

/** * NOTE: This snippet will not work in versions of Charitable prior to 1.2. *…

Remove Stats Summary Block

Remove the campaign summary block (funds raised, number of donors, etc).

Show Left Sidebar Before Content on Mobile

By default the sidebar always displays below the content on mobile. This code will allow you…

MemberPress: Set Custom Product Pages

Use this snippet if the membership shortcode is used on a custom page (the page that…

MemberPress: Remove the Pause link for specific membership

By default, if pausing/resuming subscriptions is enabled for members, the Pause option will be available for…

Add Email Tag For Donation Field

Add an email tag for an existing donation field.

Change Custom Amount Field Label Per Campaign

Filter the custom amount field description on a per campaign basis.

1 13 14 15 16 17 19