Expire pass when counter used up
This plugin makes All Access passes expire at the moment their download counter is used up.
japao relativo
Japão Relativo | Curadoria × FABIO AKIRA Curadoria Japão Relativo VISITJAPAN Explorar por Categoria Todos Cultura…
Set a Custom Email Header (copy)
This snippet sets custom email headers to ensure you can control specific behaviors of your sent…
Remove Post Title from Yoast Breadcrumb
/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…
WWPP & Elementor - Show correct wholesale prices in the Elementor side cart
/** * WWPP & Elementor: show correct wholesale prices in Elementor side cart. */ add_filter( 'woocommerce_cart_item_price',…
more feater
add_shortcode('product_features_boxes', function () { if (!function_exists('wc_get_product')) { return ''; } global $product; if (!$product || !is_a($product,…
Add CSS classes to apply for vendor label
/** * Add CSS class to apply for vendor label in a registration * * @param…
Add Security Headers
Adds missing security headers to standard Wordpress sites: 1. Content Security Policy is an effective measure…
Framework_Fluid_CSS
Fluid Design Framework - Fonts: Viewport MIN - 320 -- Viewport MAX - 1200 Space: Viewport…
Add a Get Directions Link to Venue Pages
Adds your own markup above or below the venue details block. The example builds a "Get…
Show Left Sidebar Before Content on Mobile
By default the sidebar always displays below the content on mobile. This code will allow you…
Cache Time | Display Eventbrite Events
The free version has a cache time of 24 hours, for most uses this is fine…
Adjust Currency Symbols | Display Eventbrite Events
The Display Eventbrite plugin has a table that converts currency code to symbols. Sometime a user…