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
Post a Comment