Google Analytics
Tracking Script
Change Section Headers
Change the section headers in the donation form.
Remove Section
Remove entire sections from a profile form.
MemberPress: Add Author Bio Shortcode
Place the [mpcs-author-bio] shortcode in a post, page, or course. The shortcode will display the biographical…
Main Page
Star system Main Page.
Defer or Async CSS Loading
Defer or Async CSS Loading
Require Us Phone Number Format
This snippet shows how to alter the phone field so that it only accepts a number…
Custom Countries
Illustrates how to add a custom list of countries This list will be used anywhere EDD…
Submission Form Redirect
Filter the redirect URL for successful FES Submission Form submission
Elementor - Fix the Accordion SEO issue
add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…
Dynamic Year Copyright Shortcode
This snippet adds an easy-to-use shortcode to display the copyright symbol with the current year.
MemberPress: Changes Product Image on the Checkout Page
This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…
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/ */…