exclude meta key from duplicating products

exclude meta key from duplicating products

Filter the Event Title | Display Eventbrite Events

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

Tasty Recipes - Change star rating size and spacing

Use this code example to change the star rating size and spacing inside the recipe card

<10

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…

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

MemberPress: Remove the Pause link for specific membership

By default, if pausing/resuming subscriptions is enabled for members, the Pause option will be available for…

om-exclude-campaign-revenue-attribution.js

document.addEventListener('om.Campaign.init', function(event) { if ('CAMPAIGN_ID' === event.detail.Campaign.id) { // replace CAMPAIGN_ID with the OptinMonster campaign's unique…

1 100 101 102 103 104 218