Submission Form Redirect

Filter the redirect URL for successful FES Submission Form submission

FES Registration Form Redirect

Set custom redirect URLs for those who just registered to become vendors.

Translate Products

Code required to translate the word "Products".

Replace Add to Cart with Download

If the user has purcahsed the product already, show a links to download each file associated…

Remove Price

Removes the price from all add to cart buttons

Digital Store Theme - Latest Downloads Number

Changes the number of downloads displayed in the latest downloads section of the store front template.

Remove address from the header

Remove address block from the header

Insert Template at the Bottom of the Mobile Menu

The following snippet can be used to insert a custom template in the bottom region of…

Multipost Query Loop

This code snippet adds the ability to add multiple posts to the Generate Blocks Query Loop

Joe McCorison PRO
<10

MemberPress: Hide Protected Posts from Search Results

Hide any posts that the current user (or guest) does not have access to from search…

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…

MemberPress: Disable Admin Password Lost/Changed Email

Disable the MemberPress Admin email notification for password lost/changed.

Child Support Calculator

function child_support_calculator_shortcode() { // Enqueue the JavaScript wp_enqueue_script('child-support-calculator', get_template_directory_uri() . '/path-to-your-js-folder/child-support-calculator.js', array('jquery'), '1.0.0', true); ob_start(); include…

Jeremy Setters
<10

Set a minimum, and maximum price for products

Set a minimum, and maximum price for products

1 45 46 47 48 49 159