Enable Downloads in the WP REST API

Enable the download products to show in the WP REST API

increase max file size

a snippet to increase max file size to allow WP staging pro upload

Disable Author Archive

A small Code that disable the WordPress Author Archive and redirect to the Homepage

Add the fields to the user edit screen

// Add the fields to user edit screen. add_action( 'show_user_profile', 'add_extra_user_fields' ); add_action( 'edit_user_profile', 'add_extra_user_fields' );…

Elementor - Fix the Accordion SEO issue

add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…

Dynamic Year Copyright Shortcode

This snippet adds an easy-to-use shortcode to display the copyright symbol with the current year.

MemberPress: Turn Off Auto-Rebill for Offline Gateway

Some integrations - like Mail Chimp - require auto-rebill to be stopped before they do their…

MemberPress: Hide the Cancel Subscription Option for the Set Number of Months

The code snippet will hide the Cancel option for a user’s subscriptions under the Subscriptions tab…

MemberPress: Adjust Column Width for MemberPress Access Column on Admin Pages

This snippet adds custom CSS to adjust the width of the Acess (mepr-access) column on the…

Add a “Rate this recipe” Tasty Recipes quick link

After applying this snippet, your new quick link should appear at the top of the recipe…

<10

Bulk Update Campaign End Dates

Bulk-update the end date for all campaigns.

Szállítási módok elrejtése a Kosár oldalon

Ezzel a kóddal a Kosár oldalon lehet a szállítási módokat elrejteni, így a vásárlók azt csak…

Override Wholesale Price Text Per Wholesale Role

This snippet allows you to display specific wholesale price text for each of your wholesale roles

Variable Pricing License Expiration

Set the expiration time for licenses per price option

FES Login Form Redirect

Add a new tab to the Frontend Submissions vendor dashboard menu.

1 66 67 68 69 70 224