Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Created November 14, 2018 16:18
Show Gist options
  • Save RiodeJaneiroo/c7108b03506eb3d874036ffc0bf3aada to your computer and use it in GitHub Desktop.
Save RiodeJaneiroo/c7108b03506eb3d874036ffc0bf3aada to your computer and use it in GitHub Desktop.
[Wordpress Opimize] optimize wp #wordpress #optimize
DELETE FROM wp_posts WHERE post_type = "revision";
define('WP_POST_REVISIONS', 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment