theonlydaleking
Follow
Typescript / React / Rust / Python Engineer. Founder @ RS9 Systems
- Sydney Australia
Highlights
Pinned Loading
-
cf7-prevent-multi-submit.php
cf7-prevent-multi-submit.php 1// Prevent Multi Submit on WPCF7 forms
2add_action( 'wp_footer', 'mycustom_wp_footer' );
34function mycustom_wp_footer() {
5?>
-
Using git submodules to version-cont...
Using git submodules to version-control Vim plugins 1# Using git-submodules to version-control Vim plugins
2If you work across many computers (and even otherwise!), it's a good idea to keep a copy of your setup on the cloud, preferably in a git repository, and clone it on another machine when you need.
3Thus, you should keep the `.vim` directory along with your `.vimrc` version-controlled.
45But when you have plugins installed inside `.vim/bundle` (if you use [pathogen](https://github.com/tpope/vim-pathogen)), or inside `.vim/pack` (if you use Vim 8's packages), keeping a copy where you want to be able to update the plugins (individual git repositories), as well as your vim-configuration as a whole, requires you to use git submodules.
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.