WP Simple Pay: Programmatically Set Custom Field Default Value

Use metadata as the default value for a payment form's custom field.

MemberPress: Auto Expand Coupon Field

By default, the coupon field is hidden on the MemberPress registration forms. Instead, users will see…

Move User Fields In Donation Form

In this example we move the user fields section (the "Your Details" bit) to appear below…

Allow only specific days of the month in all WPForms date pickers

If you only want users to select certain days of the month in the Date Picker,…

<10

Floating Social Media Icons (copy)

Display your Social Media accounts in a floating sidebar.

<10

MemberPress: Change the “Username or E-mail” label on login form

This code changes the “Username or Email” field label on the MemberPress login page. Note: this…

Add User Field

This adds a field to the end of the "Your Details" section in the Profile form.

Auto register guests that purchase

function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…

Carla Mawyin
<10

Submission Form Redirect

Filter the redirect URL for successful FES Submission Form submission

MemberPress: Remove all but one country from the drop-down

Removes all the countries for the drop-down list on the account and registration pages and leaves…

Disable WooCommerce widgets on vendor store pages

/** * Remove widgets from the vendor store and single product pages conditionally. * * You…

1 46 47 48 49 50 214