change media owner
Allows the admin to assign any media library file from one user to another
Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code
update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );
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 );
Meta Pixel - ViewContent Event
Meta Pixel - ViewContent Event
Disable Update Notifications
Disable all wordpress update notifications
Mass Order Delete
Bulk delete orders from Easy Digital Downloads easily
Force account creation by category or tag
Forces the customer to create an account at checkout if a download in the cart has…
Disable Renewals for Specific Products
Prevents license keys for certain downloads from being renewed or extended.
Move Points Message Below Content
Move Single Product Page Message below content
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…
Advanced Spam Filters for Elementor Forms
Filter spam emails by either email provider @gamil.com, @hotmail.com, or whatever you want. You can also…