Skip to content

Instantly share code, notes, and snippets.

@levnhub
Created May 29, 2018 16:47
Show Gist options
  • Save levnhub/e7d69665b87547eab214ce41fa22b0c0 to your computer and use it in GitHub Desktop.
Save levnhub/e7d69665b87547eab214ce41fa22b0c0 to your computer and use it in GitHub Desktop.
WP Config
## THIS REMOVES CONTACT FORM 7 BULK FROM EVERY PAGE
## By default, contact form 7 adds the js and css to every page
## in wordpress, which is bulky, so we remove it.
define( 'WPCF7_LOAD_JS', false );
define( 'WPCF7_LOAD_CSS', false );
define( 'WPCF7_AUTOP', false );
/* Это всё, дальше не редактируем. Успехов! */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment