Home / Disable / Disable Smooth Scrolling in Tasty Recipes
Duplicate Snippet

Embed Snippet on Your Site

Disable Smooth Scrolling in Tasty Recipes

This snippet disables the smooth scrolling in Tasty Recipes

<10
Code Preview
php
<?php
<?php
add_filter( 'tasty_recipes_smooth_scroll', '__return_false' );

Comments

Add a Comment