Google Analytics
Tracking Script
Change Section Headers
Change the section headers in the donation form.
Disable Description Text Sanitization
Don't sanitize campaign description text, useful if you want to allow HTML to be added to…
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
How to Block Names From Completing Your Form - First Last and First Middle Last format
/** * Prevent certain names from the other formats for the Name form field. * *…
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…