Remove "No Reviews" label if there are not reviews in Tasty Recipes
Remove "No Reviews" label if there are not reviews in Tasty Recipes
wwolf
www.wwolf.com
Disable Update Notifications
Disable all wordpress update notifications
Disable EDD Software Licensing Activation/Deactivation Logs
By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…
MemberPress: Disable the Unauthorized Redirection for Multiple Pages And/or Posts
Adding this code snippet will prevent unauthorized users from being redirected away from specific pages if…
Single Line Form adjustments
In case of issues with the inline-fields class described on https://wpforms.com/docs/how-to-display-your-form-in-a-single-line/
Disable wordpress big image scaling
add_filter('big_image_size_threshold', '__return_false' );
Disable Tasty Pins on the homepage and the blog page
This snippet will disable the Tasty Pins on the homepage and the blog page
Untitled Snippet
{"generator":"Code Snippets v3.6.5.1","date_created":"2024-07-30 20:37","snippets":[{"id":5,"name":"No price","code":"add_action( 'init', 'wpspecial_nascondi_prezzo_agli_utenti_non_registrati' );n nfunction wpspecial_nascondi_prezzo_agli_utenti_non_registrati() { ntif ( ! is_user_logged_in() )…
Remove unwanted checkout fields when all products are downloadable
With this snippet you can hide/remove default Woocommerce checkout fields when all products are downloadable
Disable Update Notifications
Disable all wordpress update notifications
MemberPress: Disable Unauthorized Redirection on a Specific Page or Post
Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…