Remove Stats Summary Block From Specific Campaign

Hide the campaign summary stats from a few specific campaign, using the campaign IDs.

MemberPress: Remove Accordion from Courses

Use this snippet if you would like to remove the accordion CSS and JS from the…

CWP - MailChimp RSS email ID

Adds MailChimp email ID to RSS feeds for better conversion tracking

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

Unlimited User Downloads for EDD Recurring

Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

Add Custom Taxonomy - Multiple Vendor Taxonomy

Allows the vendor to select multiple taxonomies

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() { /* *…

1 109 110 111 112