Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Debug Using Ngrok

Descriere

Send debug logs to your ngrok server and view those logs of your code execution that cannot be seen or debugged in the browser.

Installation and Usage

  • Install the plugin and go to Tools => Ngrok Debug
  • Put your ngrok server url and save.
  • Call the function dungrok_send( $title, $data ); wherever in your code you want to debug.
  • View the logs in the ngrok requests inspector (usually its localhost:4040)

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Debug Using Ngrok” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Istoric modificări

1.0.1

  • Deploy config fixed

1.0.0

  • Initial release