In appearance >> Editor >> function.php I have added code to the bottom but the code gets removed when ever I push to Bluemix using CF command line. (cf push)
I was wondering if there was a way to stop it from deleting the code and replacing with default or if there was a special way to add code.
PS: I am using WordPress in bluemix
if you have a WP version already uploaded to bluemix and you make some changes on the code using WP online tool, if you then make a push from your local copy your changes will be overwritten by your local copy, which is not updated with the last changes
If you make some changes online on your bluemix WP instance, you don’t need to make cf push then.