I too would love to see PHP support. Should be easy to implement since it is allready supported by the Codemirror javascript plugin.
Is there a Git-repo somewhere where we might collaborate on this. I could issue a pull request?
Sure, if there’s a desire for it. The code is also on Github https://github.com/ptasker/acf-code-field.
Just released PHP support – added in 1.6.
thanks for the update, I’ve just updated the plugin but I found that php support is not really working? the php code will still be commented out by wordpress
I’m not sure what you mean? All this plugin does is create a code editor field with syntax highlighting – now supporting PHP as a language. If you’re looking to output or parse the PHP you’ve saved, that would require custom coding in your own theme.