Hide the Email Test Menu Item in Settings

This snippet will hide the 'Email Test' tab from your WP Mail SMTP settings menu.

Smart convert images to webp

Smart conversion of all photos to webp - determine the percentage of compression of photos تبدیل…

Number slider validation for multi page forms

This snippet outputs a small script that listens for the wpformsBeforePageChange event and stops the page…

<10

Exibe preços (Parcelado e com desconto a vista), na página do produto e no looping do produto.

Esse Snippet permite adicionar simulação de descontos e parcelamento aos preços exibidos no looping do produto…

REMOVE PRODUCT LINKS FROM YOUR SHOPPING CART

add_filter( 'woocommerce_cart_item_permalink', 'custom_remove_cart_product_link', 10 ); function custom_remove_cart_product_link() { return __return_null(); }

Remove Unused JS

/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…

MemberPress: Expire Subscription Immediately After Subscription Is Canceled

By default, canceling subscriptions prevents future charges, but it does not end existing subscriptions, which allow…

MemberPress: Redirect Users After Login Based on Roles

This code snippet customizes the login redirection in MemberPress based on user roles. Users with roles…

MemberPress: Change Email Subject in Bulk

The code snippet replaces email subject on all emails containing a specified phrase in the current…

Set Default Donation Amount

Set the default donation amount for all campaigns.

Custom Cart Expiration

Sets the cart expiration to a custom value with database sessions. https://easydigitaldownloads.com/docs/edd_use_php_sessions/

Add the_content to storefront template.

Changes the number of downloads displayed in the latest downloads section of the store front template.

1 … 70 71 72 73 74 … 235