08/02/2018 at 4:39 pm
#469082
Keymaster
@ paul
That is because the Code Snippets plugin is deactivating your code. Look at the error message it displays after your save and activate it.
You are declaring a function twice with the same name. You can not do that because that is a fatal error in PHP. Remove one of them and try again. Based on the screencast, I recommend removing the first.
