Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Last active June 16, 2020 09:26
Show Gist options
  • Save rajeshsingh520/e519b5bf68b982ae03d4bd6ffcb6217b to your computer and use it in GitHub Desktop.
Save rajeshsingh520/e519b5bf68b982ae03d4bd6ffcb6217b to your computer and use it in GitHub Desktop.
Disable Order limit to speed up the site
<?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