Detect Orphaned Content in WordPress Admin
Identify published posts and pages that are not linked internally from other published content on your…
Waste Licence
Waste carriers affiliation badge
product data tabs
/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…
Force Minimum Password Length in Profile Editor
Verify password minimum length in the EDD profile editor.
Give Subscription on Purchase
This snippet will provide customers with one year of access to subscription content when they make…
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…
Online shopping
Buying and selling all kinds of medical equipment online
om-js-events-ga-add-param.js
document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.params.your_param1 = param1value; gaEvent.params.your_param2…