FluentCommunity Auto-Delete Diagnostics

This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…

WPCode Admin Number of Snippets

Change the number of snippets displayed in the admin list using a filter.

<10

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

Adjust Rate for Referrals

Adjusts the commission rate for payments that were referred by an affiliate when using Affiliates Pro

Change Vendor Delete Product Redirect

This plugin changes the destination that vendors are redirected to when they delete a product.

Single Vendor Purchase

Limits the customers purchase to a single vendor

Add menu item to vendor dashboard

// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…

wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

Remove Location Taxonomy

// Add custom Bulk Action to the Pages view function custom_add_bulk_action() { global $post_type; if ($post_type…

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…

Allow SVG Files Upload

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

Defining General Settings Constants

Every constant in this section can be used for any mailer because they’re not specific to…

Dynamic Monsterlinks By Class Name

// Target by class name window.onload = function(){ const dynamicMonsterLinks = document.querySelectorAll("a.myClass"); dynamicMonsterLinks.forEach(dynamicMonsterLinks => dynamicMonsterLinks.href =…

om.Campaign.init.preload

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });

1 47 48 49 50 51 125