Restrict Dashboard Summary Widget

Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.

Non-required Card State

Makes the cart state a non-required field when present

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…

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Reorder dashboard navigation

Bring the order page to the front of the product page

Require Downloadable fields - Downloadable product template

Require Downloadable fields - Downloadable product template

Defining Mailgun Mailer Constants

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

1 62 63 64 65 66 70