Checkout Cart Thumbnail Size
Adjust the dimensions of the product thumbnails displayed in the checkout cart.
Company Field on Receipt
Outputs the "Company" on the payment receipt.
Replace Add to Cart With Download for Subscribers
If the user is recurring or has purchased the product already, shows a link to download…
Add Wallet Deposit Levels
Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…
Add FES Vendor Dashboard Tab
Add a new tab to the Frontend Submissions vendor dashboard menu.
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…
Generate Press Custom Font
This snippet allows developers & designers the ability to add custom fonts to generate press themed…
user menu for logged in and logged out users
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else…
Update Cart Automatically
/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…
MemberPress: Add Author Bio Shortcode
Place the [mpcs-author-bio] shortcode in a post, page, or course. The shortcode will display the biographical…
Chatbot
Chatbot that helps with client services and questions.
WP Simple Pay: Copy Payment Metadata to Customer Metadata
Ensure the Stripe Customer metadata is the same as the Stripe Payment metadata.
WP Simple Pay: Programmatically Set Custom Field Default Value
Use metadata as the default value for a payment form's custom field.
WP Simple Pay: Custom Server-Side Validation Before Payment Creation
Perform additional custom server-side validation prior to allowing a payment to be created.
WP Simple Pay: Programmatically Access Payment Metadata After Payment
Programmatically access metadata (such as custom field values) associated with a payment record after a subscription…