Last active
June 16, 2020 09:26
-
-
Save rajeshsingh520/e519b5bf68b982ae03d4bd6ffcb6217b to your computer and use it in GitHub Desktop.
Disable Order limit to speed up the site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** This will disable order limit by day, time slot this will increase your speed a lot */ | |
add_filter("pisol_disable_order_limit_check", '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment