WP Logger

Insert the hook do_action( 'logger', $data ); in your code Go to Tools > WP Logger Additional buttons Use the wpdl_add_button( string $name, callable $clb, string $btnClass = '' ) function to ad...

By iTRON

5.0 (3 ratings)
Version 2.4 Active Installs 300+ Updated 3 months ago 7 years old

Description

  1. Insert the hook do_action( 'logger', $data ); in your code
  2. Go to Tools > WP Logger

Additional buttons

Use the wpdl_add_button( string $name, callable $clb, string $btnClass = '' ) function to add a button to the logger page.

  • $name text for the button;
  • $clb callback function;
  • $btnClass class for the button (optional).

Click on the button to execute the function via WP-AJAX. If an Exception or Error occurs, it will be logged as well.

Hooks:

  • wp_logger_button_panel
  • wp_logger_inline_css
  • wp_logger_inline_js
  • wp_data_logger_print_data

Available constants:

  • WPDL_DISPLAY_LIMIT

GitHub

Best Plugins With Similar Features

Browse top plugins that share the same features as this one.

Plugin comparisons

See how this plugin stacks up against alternatives side by side.