Hello,
my environment Apache 2.4, PHP 7, Joomla 3.6 and all latest CB Add-Ons.
I tried to create a Tab for user where PHP script will be placed.
I've create a tab PHP and create field CODE using CB Code plugin.
As krileon said "It only executes PHP so anything you can do from PHP you can do from a Code field. Please keep in mind it executes your string as an anonymous function so you don't need php tags."
OK, under Parameters of CB Code field I placed a simplest PHP code
print "Hello World!";
But nothing appear on frontend under user "PHP" Tab. CB Code plugin is published.
Please, advise any idea why it happens and how to execute a PHP code.