Move User Fields Below Account Creation

Move the user fields below the "create an account" fields

Content Restriction Compatibility for Software Licensing

Make the edd_restrict shortcode check if a license is expired before displaying content.

Show login form for logged out users

Shows the [edd_login] form on restricted content for logged out users.

Opening booking resources editor in new tab

This snippet will open the booking resources editor in a new tab instead of opening it…

Custom Field to Vendor Settings Page

/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…

Recent products table

if ( ! function_exists( 'wcv_remove_recent_product_table_columns' ) ) { /** * Remove columns from Recent Products table…

Ensure Webfont is Loaded

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

<10

Remove Gateway Choice On A Campaign/Donation Page

This shows how you can detect what page/campaign you are on and remove a gateway from…

Filter the Event Title | Display Eventbrite Events

Example, adding Organizer Name to the front of Event Title. (Note this code snippet applies for…

Use the Variation Name instead of Slug within the Product Name detail of Product exports

function custom_woo_ce_get_product_title_attribute_formatting( $format = 'slug', $post_id ) { // Set the format to Attribute Title $format…

<10

Block WP-Admin Area from Non-Administrators

Prevent users who are not administrators from accessing the wp-admin area.

Defining Outlook Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

SEP color

add_action('admin_head', 'sep_color'); function sep_color() { echo ''; }

om-webhook-example-v1.0.0.json

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "firstName": "Archie", "lastName": "Monster", "phone":…

1 56 57 58 59 60 126