How to print to standard input from WordPress custom plugin PHP code? -


i developing wordpress theme lot of custom code. having hard time debugging don't know how print/log messages in order see them on standard output i.e. terminal.

wordpress engine running on openshift platform connect , @ standard output messages.

try setting define('wp_debug_log', true); inside wp-config.php. causes errors saved /wp-content/debug.log. flag wp_debug must enabled.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -