WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
Google Tag Manager Head
Google tag Manager Snippet (head section)
Exclude downloads from search
Exclude downloads from showing in search results
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
WP Simple Pay: Programmatically Set Custom Field Default Value
Use metadata as the default value for a payment form's custom field.
Allow mobile zoom
function et_add_viewport_meta(){ echo ''; }
Remove the Page Title from the Page Header
The following code can be used to remove the title from the page header title area…
Display WPForm Entries
This PHP code allows you to display form data stored by WPForms using a shortcode. The…
How to Disable Browser Autocomplete for Form Fields - specific fields
/** * Disable autocomplete for a specific form and field ID * * @link https://wpforms.com/developers/disable-browser-autocomplete-for-form-fields/ */…
Set New User Role
Set the role of users who register through the Charitable registration form shortcode.
Keep Username As Display Name
When people update their profile, keep their display name set to be the same as their…
ModalJS
Used to display popup modal in GenerateBlocks
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…
WP Simple Pay: Disable Stripe Payment Terms
Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…