change media owner

Allows the admin to assign any media library file from one user to another

<10

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 );

Disable Update Notifications

Disable all wordpress update notifications

Hagai Maidenberg
<10

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

Ajax snippet

Jeremy Setters PRO
<10

Add a custom column to Commission table

/** * Add custom columns label * * @param Array $columns array stored column names *…

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…

1 173 174 175 176 177 213