This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Debug Using Ngrok

Descripción

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)

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Debug Using Ngrok” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Debug Using Ngrok” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.0.1

  • Deploy config fixed

1.0.0

  • Initial release