Created
May 2, 2017 11:50
-
-
Save danielstrelec/5830b0808a08146e38d37f1be877c5cc to your computer and use it in GitHub Desktop.
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
| // zrušení načítání jQuery pro Contact Form 7 | |
| add_filter( 'wpcf7_load_js', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment