Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

Template: After Order Actions

This is a template that can be used to hook into the `edd_after_order_actions` hook, allowing developers…

Profile Data Shortcode

Renders the value of a single Profile Form field. Accepts one value, key. But it has…

WP Simple Pay: Disable Stripe Payment Terms

Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…

Change a license activation limit prgramatically.

This snippet is an example of changing the activation limit on a license key based on…

Creating Additional Format for the Date / Time field

This snippet is used to add extra formats for the Time interval on the Date /…

<10

Remove Manage Sites

Removes the Manage Sites column from the licenses table on the customer purchase history page

Show 'NEW' Badges for Recently Added Items in WooCommerce

This code snippet adds a “NEW!” badge to products in WooCommerce, indicating that they are newly…

Buy Now Button - Variation

add_filter( 'gettext', 'customizing_product_variation_message', 10, 3 ); function customizing_product_variation_message( $translated_text, $untranslated_text, $domain ) { if ($untranslated_text ==…

Carla Mawyin
<10

Exclude downloads from search

Exclude downloads from showing in search results

WP Simple Pay: Use Custom Field Value as Stripe Payment Description

Use the value of a custom field as the description for the Stripe payment record.

Replace WordPress Logo on Login Page

Use your custom logo on the default login page, don't forget to edit the snippet...

Conversion Event Snippet

When people click on book now or sign up and redirected to Mindbody for bookings.

Mitch Bilic PRO
<10
1 22 23 24 25 26 78