This experimental the_content() hook is fabulous. Saves one from adding shortcodes into posts. However, I'd like to use PHP code in it to set the field to not display when empty (using this type of code).
Right now when I check 'Use PHP' it throws errors like unexpected $end and so on. Playing with the PHP code doesn't seem to solve the problem.