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 );
Commercial Lending & Business Funding | Arlo Funding
Fast, flexible commercial lending and business funding solutions nationwide. Commercial real estate loans, asset-based financing, and…
Milestone Sales Alert
Emails the admin when a specific download has been sold X times.
Property Type Conditional Search Fields
jQuery(document).ready(function($) { // ============================================ // FIELD VISIBILITY BASED ON PROPERTY TYPE // ============================================ // All conditional…
Commissions payment_id email tag
This adds support for the {payment_id} email tag to Commissions Notifications
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…
Smooth Scroll
document.querySelectorAll('a[href^="/#"]').forEach(link => { link.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href').replace('/', '')); if (target) { window.scrollTo({…
Add a custom column to Commission table
/** * Add custom columns label * * @param Array $columns array stored column names *…
Change product edit tab order
Manually Sort
Hide SALE! Badges
/*Hide WooCommerce SALES Badges*/ .woocommerce span.onsale { display: none; } /*Hide SALES Badges in home page…
Combined Date – Time Format (Sample: am / pm) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…
Tweak Price Display (Adjusts the Prices) | Display Eventbrite Events
The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…
Use the Variation Name instead of Slug within the Product Name detail of Product exports
function custom_woo_ce_get_product_title_attribute_formatting( $format = 'slug', $post_id ) { // Set the format to Attribute Title $format…