Skip to content

Instantly share code, notes, and snippets.

@agrogeek
Created February 24, 2020 15:47
Show Gist options
  • Save agrogeek/74dd1aab7c4c593066d436ac18f3ef63 to your computer and use it in GitHub Desktop.
Save agrogeek/74dd1aab7c4c593066d436ac18f3ef63 to your computer and use it in GitHub Desktop.
Para escribir log en wp-content/debug.log. Valen string y objects
error_log( print_r( $log, true ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment