MemberPress: Add Custom Field Date to Members Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

Override Wholesale Price Text Per Wholesale Role

This snippet allows you to display specific wholesale price text for each of your wholesale roles

Change Checks to Wire Transfer

Changes the word "Checks" to "Wire Transfer".

WP Simple Pay: Custom Thousand Separator

Changes the thousand separator from the default , (comma) to a . (period).

CHARITABLE_DEBUG mode

This code snippet will define the `CHARITABLE_DEBUG` constant as `true`. See https://www.wpcharitable.com/documentation/charitable-debug-mode/.

Enable Comments

Adds comment support to the download post type

Allow Templatera Templates to be used for Dynamic Templates

In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…

WP Simple Pay: Add Customer Shipping Address to Payment Metadata

Maps the customer's shipping address to the one-time payment record's metadata.

Vacatures CPT - zonder taxonomies

Maakt een Vacatures custom post type

Wouter Tweehuijsen
<10

Activer automatiquement les extensions de formulaire

add_action('init', function () { $extensions = [ 'fluent-crm/fluent-crm.php', 'wp-html-mail/wp-html-mail.php', 'wpforms-lite/wpforms.php', // si installé 'surecart/surecart.php', // pour…

om.Html.customVars

document.addEventListener('om.Html.customVars', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );

om.Optin.init

document.addEventListener('om.Optin.init', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

Open graph

fix

Teddy James
<10
1 44 45 46 47 48 124