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.

Genesis theme - use block editor in widgets

//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );

Ajax snippet

Jeremy Setters
<10

Add a custom column to Commission table

/** * Add custom columns label * * @param Array $columns array stored column names *…

Untitled Snippet

google-site-verification=6Ml542WH4lYeFrqKo9pBa6NBaAyONR9l0k5Sgrk27xk

Remove Gutenberg CSS

//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…

<10

Require Downloadable fields - Downloadable product template

Require Downloadable fields - Downloadable product template

Allow CSS Files Upload

Allowing to upload CSS file into media folder for custom special integration such as booking search…

Untitled Snippet

wp_enqueue_style( 'style', get_stylesheet_uri() ); .wp-block-latest-comments__comment-date { color: var(--wp--preset--color--primary); font-size: var(--wp--preset--font-size--small); } function myfirsttheme_setup() { /* *…

Re-route BuddyPress emails through WP Mail SMTP

This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…

1 112 113 114 115 116