WP Logger

বৰ্ণনা

  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

স্ক্ৰীনশ্বট

  • Logger page

ইনষ্টলেশ্যন

  1. Upload the plugin to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Insert the hook do_action( 'logger', $data ); in your code.
  4. Go to Tools > WP Logger.

পৰ্য্যালোচনা

ছেপ্টেম্বৰ 4, 2018
Thx for this plugin, the logging very important for us, and we happy to use your plugin with our team.
আটাই 3টা পৰ্য্যালোচনা পঢ়ক

অৱদানকাৰী আৰু বিকাশকাৰীসকল

“WP Logger” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

আপোনাৰ ভাষাত “WP Logger” অনুবাদ কৰক।

বিকাশৰ প্ৰতি আগ্ৰহী?

ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।

সলনি-পঞ্জী

2.3

  • Custom button adding function introduced.
  • PHP min version changed to 7.1.

2.2.1

  • Nonce verification for ajax queries.
  • PayPal link updated.
  • Plugin tags updated.

2.2

  • Clear log vulnerability fixed.

2.1

  • The output of the data got escaped.

2.0.2

  • Suppress DB errors while the data insert

2.0.1

  • bug fixed

2.0

  • Logged data was moved to custom table in DB
  • WPDL_DISPLAY_LIMIT
  • Hidding/showing rows

1.4

  • Added types of data

1.2

  • Init commit