Font Weight correction for Menu Subcategories

.mc_vertical_menu h3 { font-weight: 600 !important; }

Always enable Downloadable option

add_action( 'wp_footer', function() { ?>

CPT_KEYSMST_Weekly Summary Child to MST CASE

/** * Plugin Name: MST Weekly Summary CPT - Blueprint v4.2 Compliant * Description: Weekly summary…

ismail daugherty PRO
<10

Ensure Webfont is Loaded (non-Elementor)

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

Button - Read More to Buy Now

changes read more to buy now

Carla Mawyin
<10

Modify User Verification URL Expiration

Changes the length of time before user verification email links expire

Add Custom Taxonomy - Single Vendor Taxonomy

It'll only allow the vendor to select one custom taxonomy term at a time

Add an audio field to the sign up form

// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…

Change the sold by label on the product archive

// Unhook WC Vendors method remove_action( 'woocommerce_after_shop_loop_item', array('WCV_Vendor_Shop', 'template_loop_sold_by'), 9 ); // Define new sold by…

custom order status wpadmin

/* * Register a custom order status * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/order-statuses.html */…

Active Campaign Snippet

footer

Lisa Upsher
<10

exclude meta key from duplicating products

exclude meta key from duplicating products

1 78 79 80 81 82 125