[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fPV4qhQ9m-Q8JwN1vEXVStCeFLMD2kcgjjRJb0Cqgc9U":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":23,"download_link":24,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":37,"analysis":132,"fingerprints":226},"lumiblog-debug-log-inspector","Lumiblog Debug Log Inspector","1.1.0","Patrick Lumumba","https:\u002F\u002Fprofiles.wordpress.org\u002Flumiblog\u002F","\u003Cp>Lumiblog Debug Log Inspector is a powerful quality assurance and debugging tool that monitors your WordPress debug.log file for plugin-specific errors. Unlike other debug tools, it allows you to \u003Cstrong>monitor ANY WordPress plugin\u003C\u002Fstrong> through an easy-to-use settings interface – no coding required!\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Universal Plugin Monitoring\u003C\u002Fstrong>: Add any WordPress plugin to monitor through a simple settings page\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No Code Editing\u003C\u002Fstrong>: Add\u002Fedit\u002Fdelete monitored plugins through the WordPress admin interface\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Real-time Monitoring\u003C\u002Fstrong>: Automatically scans your debug.log file for errors\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Visual Status Indicators\u003C\u002Fstrong>: Color-coded admin bar display (Green = OK, Red = Errors Found, Gray = Debug Logging Disabled)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Auto-Detection\u003C\u002Fstrong>: Option to only monitor plugins that are currently active\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Plugin-Specific Tracking\u003C\u002Fstrong>: Individual status for each monitored plugin\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Last Error Display\u003C\u002Fstrong>: Shows the most recent error message for quick diagnosis\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Duplicate Prevention\u003C\u002Fstrong>: Smart validation prevents adding the same plugin twice\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Enable\u002FDisable Plugins\u003C\u002Fstrong>: Toggle monitoring for specific plugins without deleting them\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lightweight\u003C\u002Fstrong>: Minimal performance impact with efficient log reading\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Well-Organized Code\u003C\u002Fstrong>: Modular file structure for easy maintenance and customization\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Perfect For\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>QA Teams testing multiple plugins\u003C\u002Fli>\n\u003Cli>Plugin Developers debugging their own plugins\u003C\u002Fli>\n\u003Cli>WordPress Developers monitoring client sites\u003C\u002Fli>\n\u003Cli>Agency Teams managing multiple WordPress installations\u003C\u002Fli>\n\u003Cli>Anyone who wants to keep track of plugin errors\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How It Works\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Install and activate the plugin\u003C\u002Fli>\n\u003Cli>Go to Settings > Log Inspector\u003C\u002Fli>\n\u003Cli>Add any plugin you want to monitor by providing:\n\u003Cul>\n\u003Cli>Plugin Name (e.g., “WooCommerce”)\u003C\u002Fli>\n\u003Cli>Plugin File Path (e.g., “woocommerce\u002Fwoocommerce.php”)\u003C\u002Fli>\n\u003Cli>Search Terms (e.g., “woocommerce, wc-“)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Check the admin bar for real-time error status\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cp>To use this plugin effectively, you need to enable WordPress debug logging by adding these constants to your \u003Ccode>wp-config.php\u003C\u002Fcode> file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'WP_DEBUG', true );\ndefine( 'WP_DEBUG_LOG', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Testing the Plugin\u003C\u002Fh3>\n\u003Cp>To verify Lumiblog Debug Log Inspector is working correctly, follow these steps:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Step 1: Enable Debug Logging\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Add to your \u003Ccode>wp-config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'WP_DEBUG', true );\ndefine( 'WP_DEBUG_LOG', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Step 2: Add a Plugin to Monitor\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Go to Settings > Log Inspector\u003C\u002Fli>\n\u003Cli>Click “Add New Plugin to Monitor”\u003C\u002Fli>\n\u003Cli>Fill in the form with a plugin you have installed (e.g., WooCommerce)\n\u003Cul>\n\u003Cli>Plugin Name: \u003Ccode>WooCommerce\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Plugin File Path: \u003Ccode>woocommerce\u002Fwoocommerce.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Search Terms: \u003Ccode>woocommerce, wc-\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Click “Add Plugin”\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Step 3: Generate a Test Error\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Note: Ensure that the test site is running on PHP 8.4+\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>Add this code snippet inside of any active plugin’s main file:\u003C\u002Fp>\n\u003Cp>\u002F**\u003C\u002Fp>\n\u003Cul>\n\u003Cli>DEBUG LOG INSPECTOR DEMO – PHP 8.4 Warning Trigger\u003C\u002Fli>\n\u003Cli>REMOVE AFTER DEMO\u002FTESTING!\u003Cbr \u002F>\n*\u002F\u003Cbr \u002F>\nadd_action( ‘load-index.php’, function() {\u003Cbr \u002F>\nif ( version_compare( PHP_VERSION, ‘8.4.0’, ‘>=’ ) ) {\u003Cbr \u002F>\n    $test_array = array( ‘name’ => ‘Debug Log Inspector’ );\u003Cbr \u002F>\n    $undefined_value = $test_array[’email’]; \u002F\u002F Triggers warning\u003Cbr \u002F>\n    error_log( ‘[DLI-DEMO-PHP84] PHP 8.4 warning triggered!’ );\u003Cbr \u002F>\n}\u003Cbr \u002F>\n});\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Reload the site’s admin dashboard to trigger the error\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>Check your admin bar – it should turn RED\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Step 4: View the Debug Log (Optional)\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Navigate to \u003Ccode>wp-content\u002Fdebug.log\u003C\u002Fcode> to see the actual error entries that were logged.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Clean Up:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Remove the test code you added\u003C\u002Fli>\n\u003Cli>Either delete \u003Ccode>wp-content\u002Fdebug.log\u003C\u002Fcode> or clear its contents\u003C\u002Fli>\n\u003Cli>The admin bar should return to GREEN\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Additional Information\u003C\u002Fh3>\n\u003Ch4>Debug Constants\u003C\u002Fh4>\n\u003Cp>For enhanced debugging, you can also add these optional constants to your \u003Ccode>wp-config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'SCRIPT_DEBUG', true );\ndefine( 'SAVEQUERIES', true );\ndefine( 'WP_DEBUG_DISPLAY', false ); \u002F\u002F Set to false on production sites\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>For Developers\u003C\u002Fh4>\n\u003Cp>The plugin is designed to be easily extendable. All classes are well-documented and follow WordPress coding standards. Feel free to fork and customize for your specific needs.\u003C\u002Fp>\n\u003Ch4>Support\u003C\u002Fh4>\n\u003Cp>For support, feature requests, or bug reports, please visit the WordPress.org support forums for this plugin.\u003C\u002Fp>\n\u003Ch4>Contributing\u003C\u002Fh4>\n\u003Cp>Contributions are welcome! Please visit the plugin’s \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Flumumbapl\u002Flumiblog-debug-log-inspector\" rel=\"nofollow ugc\">Github Repo\u003C\u002Fa> for more information.\u003C\u002Fp>\n","Monitor debug logs for any WordPress plugin errors and display real-time status in the WordPress admin bar.",0,143,"2026-02-15T16:49:00.000Z","6.9.4","5.0","7.0",[18,19,20,21,22],"debug","error-tracking","log","monitor","testing","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Flumiblog-debug-log-inspector\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flumiblog-debug-log-inspector.1.1.0.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":33,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"lumiblog",3,2080,99,17,93,"2026-04-04T14:59:01.630Z",[38,57,78,98,117],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":25,"downloaded":46,"rating":25,"num_ratings":47,"last_updated":48,"tested_up_to":14,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":55,"download_link":56,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"dev-debug-tools","Developer Debug Tools","3.0.1.3","PluginRx","https:\u002F\u002Fprofiles.wordpress.org\u002Fapos37\u002F","\u003Cp>The “Developer Debug Tools” WordPress plugin is a powerhouse for developers and site administrators! It’s a FREE comprehensive toolkit that helps you identify, troubleshoot, and resolve issues in your WordPress site, making debugging a breeze. No premium version available.\u003C\u002Fp>\n\u003Cp>This plugin offers a suite of features to aid in debugging, including, but not limited to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Dashboard with \u003Cstrong>important site information and server metrics\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Enhanced log viewer\u003C\u002Fstrong> for \u003Ccode>debug.log\u003C\u002Fcode>, error logs, custom logs, and an activity log\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Config file\u003C\u002Fstrong> viewers and editors for \u003Ccode>wp-config.php\u003C\u002Fcode> and \u003Ccode>.htaccess\u003C\u002Fcode> files\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Meta Data\u003C\u002Fstrong> viewer and editor for users, posts, tax terms, comments, and media\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Database Table records\u003C\u002Fstrong> viewer\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Site Options\u003C\u002Fstrong> viewer and editor\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Globals\u003C\u002Fstrong> viewer\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Defined Constants\u003C\u002Fstrong> viewer\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Transients, Cookies, and Sessions\u003C\u002Fstrong> management\u003C\u002Fli>\n\u003Cli>\u003Cstrong>REST API\u003C\u002Fstrong> viewer and status checker\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Post Types and Taxonomies\u003C\u002Fstrong> viewers\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Auto-Draft\u003C\u002Fstrong> viewer and clearer\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Shortcode Finder\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cron Jobs\u003C\u002Fstrong> viewer\u003C\u002Fli>\n\u003Cli>\u003Cstrong>PHP Info\u003C\u002Fstrong> and \u003Cstrong>php.ini\u003C\u002Fstrong> viewers\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Discord Notifications\u003C\u002Fstrong> of fatal errors and when users with certain roles log in\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Discord Messenger\u003C\u002Fstrong> for testing connections with Discord\u003C\u002Fli>\n\u003Cli>\u003Cstrong>See who’s online\u003C\u002Fstrong> and \u003Cstrong>last online\u003C\u002Fstrong> dates\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Heartbeat Monitor\u003C\u002Fstrong> for testing WP Heartbeat API sitewide\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Plugins Page Enhancements\u003C\u002Fstrong> with addt plugin data and notes feature\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Security Options\u003C\u002Fstrong> for hiding the plugin and password protection to any admin page\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Admin Bar Tools\u003C\u002Fstrong> such as seeing Post ID\u002Ftype\u002Fstatus, User ID, an interactive centering tool, and more\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Quick Debug Links\u003C\u002Fstrong> for debugging users, posts, and comments\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gravity Forms\u003C\u002Fstrong> integrations\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>With “Developer Debug Tools”, you can:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Identify and fix errors, bugs, and conflicts\u003C\u002Fli>\n\u003Cli>Troubleshoot complex issues with ease\u003C\u002Fli>\n\u003Cli>Update user and post meta straight from the admin area\u003C\u002Fli>\n\u003Cli>Streamline your development and testing workflow\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin is a must-have for any WordPress developer or site administrator who wants to ensure a stable, efficient, and high-performing website. It’s like having a trusty sidekick that helps you tackle even the most challenging debugging tasks!\u003C\u002Fp>\n\u003Ch3>Demo\u003C\u002Fh3>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F36aebqdzHQw?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n","Lots of debugging and testing tools for developers.",13659,4,"2026-02-23T14:54:00.000Z","5.9","8.0",[52,18,53,54,22],"config","developer","logs","https:\u002F\u002Fpluginrx.com\u002Fplugin\u002Fdev-debug-tools\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdev-debug-tools.3.0.1.3.zip",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":25,"num_ratings":31,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":70,"tags":71,"homepage":75,"download_link":76,"security_score":77,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"issues-tracker","Issues Tracker","1.16","Oleksandr Lysyi","https:\u002F\u002Fprofiles.wordpress.org\u002Flysyiweb\u002F","\u003Cp>Issues Tracker allows you view and search WordPress logs, receive security advice, track 404 errors, and view your server settings.\u003C\u002Fp>\n\u003Cp>We’ve designed the Issues Tracker plugin with accessibility and simplicity in mind. Say goodbye to the hassle of reading and searching through the debug.log file on your server. With the Issues Tracker, you can access and search logs directly within your CMS, making them easily readable and searchable.\u003C\u002Fp>\n\u003Cp>Additionally, our plugin provides email notifications for various error events and covers more issues than a typical WP health checker.\u003C\u002Fp>\n\u003Cp>Enhance your website’s security and performance with these key features:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Debug Log Viewer\u003C\u002Fstrong>\u003Cbr \u002F>\nEffortlessly view notices, warnings, and errors from the WordPress debug.log file in a user-friendly table format. Utilize advanced search options (by error type, line, and file) and pagination for quick and convenient log management.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>WordPress 404 Errors\u003C\u002Fstrong>\u003Cbr \u002F>\nIdentify and list all 404 (page not found) errors on your website, and configure email notifications for these events. For example, receive email alerts for every 404 event.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Advisor\u003C\u002Fstrong>\u003Cbr \u002F>\nReceive expert recommendations on server and site settings to boost your website’s speed and security. Get notified via email if your server’s condition deteriorates.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Server info\u003C\u002Fstrong>\u003Cbr \u002F>\nKeep track of all your server settings in one centralized location. Issues Tracker automatically parses the \u003Ccode>phpinfo()\u003C\u002Fcode> output, providing you with comprehensive server information. No need to dig into the server configuration files manually – everything is neatly displayed for you.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Website Checks\u003C\u002Fstrong>\u003Cbr \u002F>\nOur plugin evaluates your website based on various criteria, including:\u003Cbr \u002F>\n– Checking if the database username used in wp-config.php is widely used.\u003Cbr \u002F>\n– Verifying the security of the database password in wp-config.php.\u003Cbr \u002F>\n– Examining the state of the WP_DEBUG_DISPLAY constant.\u003Cbr \u002F>\n– Ensuring you are not using the default database prefix.\u003Cbr \u002F>\n– Verifying SSL (https) encryption status.\u003Cbr \u002F>\n– Checking the PHP version for updates.\u003Cbr \u002F>\n– Confirming that the WordPress version matches the HTML code.\u003Cbr \u002F>\n– Checking if search engines allowed to index a website\u003C\u002Fp>\n\u003Cp>…and many more checks in future releases.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Dashboard\u003C\u002Fstrong>\u003Cbr \u002F>\nMonitor all your website’s performance and security issues conveniently from one central location. Access log file entries, server checks, and 404 error reports in a single dashboard.\u003C\u002Fp>\n\u003Ch3>Tested up to\u003C\u002Fh3>\n\u003Cp>WordPress Version: 6.7.1\u003Cbr \u002F>\nPHP Version: 8.2.0\u003C\u002Fp>\n\u003Cp>Issues Tracker helps monitor WordPress logs, track 404 errors, view server settings, and receive security advice\u003C\u002Fp>\n\u003Ch3>Notice: Transition to Debug Log Viewer\u003C\u002Fh3>\n\u003Cp>We are no longer maintaining \u003Cstrong>Issues Tracker\u003C\u002Fstrong> as we’ve launched a better plugin for debugging: \u003Cstrong>Debug Log Viewer\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>To continue receiving updates, new features, and support, please:\u003Cbr \u002F>\n1. \u003Cstrong>Uninstall Issues Tracker\u003C\u002Fstrong>.\u003Cbr \u002F>\n2. \u003Cstrong>Install \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdebug-log-viewer\u002F\" rel=\"ugc\">Debug Log Viewer\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>All premium features from Issues Tracker are included in Debug Log Viewer at no cost.\u003C\u002Fp>\n\u003Cp>Thank you for your trust and support! If you have any questions or feedback, feel free to contact us via \u003Ca href=\"mailto:sanchoclo@gmail.com\" rel=\"nofollow ugc\">Email\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Pro Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Receive Email notifications when the Advisor module detects security issues\u003C\u002Fli>\n\u003Cli>Get Email notifications in case of 404 request hourly or once per day\u003C\u002Fli>\n\u003Cli>Get Email notifications with new entries in the debug.log to keep you inform about problems on the site\u003C\u002Fli>\n\u003Cli>Enjoy priority email support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Use cases\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cem>Debugging WordPress Sites:\u003C\u002Fem> Developers can use the plugin to identify, track, and resolve bugs in WordPress themes or plugins. This is crucial for maintaining site performance, security, and overall functionality.\u003C\u002Fli>\n\u003Cli>\u003Cem>Monitoring Website Health:\u003C\u002Fem> Website administrators and webmasters can see advice and hints how to improve performance and stability of their website. This proactive monitoring helps in maintaining a smooth and efficient operation of the website, ensuring a better user experience.\u003C\u002Fli>\n\u003Cli>\u003Cem>Real-Time 404 Error Detection:\u003C\u002Fem> When a visitor encounters a 404 error (page not found) on your website, whether due to a broken link in a post, page, or image, the “Issues Tracker” plugin immediately captures this URL. It presents these 404 URLs in an organized table, allowing for swift review and rechecking with just one click. For Pro plan users, the plugin offers additional convenience by sending instant email notifications whenever a new 404 error is detected, ensuring you’re always up-to-date and can address these issues promptly to maintain a smooth user experience on your site.\u003C\u002Fli>\n\u003C\u002Ful>\n","Issues Tracker allows you view and search WordPress logs, receive security advice, track 404 errors, and view your server settings.",50,4421,"2024-12-02T09:59:00.000Z","6.7.5","4.6","5.4",[18,19,72,73,74],"logging","security","wp_debug","https:\u002F\u002Fissues-tracker.top\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fissues-tracker.1.16.zip",92,{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":11,"num_ratings":11,"last_updated":88,"tested_up_to":14,"requires_at_least":89,"requires_php":16,"tags":90,"homepage":96,"download_link":97,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"error-notifier","Error Notifier for Slack","1.2","Dhrumil Kumbhani","https:\u002F\u002Fprofiles.wordpress.org\u002Fdhrumilk\u002F","\u003Cp>Error Notifier for Slack is a powerful and lightweight WordPress plugin that sends real-time Slack notifications whenever a critical WordPress error occurs on your website.\u003C\u002Fp>\n\u003Cp>Website errors can cause downtime, lost revenue, poor user experience, and SEO damage. By default, WordPress may send email notifications — but emails can be missed or delayed. This plugin ensures you receive instant alerts directly in your Slack channel, allowing you to take immediate action.\u003C\u002Fp>\n\u003Cp>Perfect for developers, agencies, freelancers, SaaS platforms, WooCommerce stores, and mission-critical WordPress websites.\u003C\u002Fp>\n\u003Ch4>Why You Need Real-Time WordPress Error Monitoring\u003C\u002Fh4>\n\u003Cp>Critical WordPress errors can:\u003C\u002Fp>\n\u003Cp>• Take your website offline\u003Cbr \u002F>\n• Break important functionality\u003Cbr \u002F>\n• Impact WooCommerce checkout\u003Cbr \u002F>\n• Reduce SEO rankings\u003Cbr \u002F>\n• Damage user trust\u003Cbr \u002F>\n• Cause revenue loss\u003C\u002Fp>\n\u003Cp>With Slack-based error notifications, you can detect and resolve issues immediately.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Ch4>Real-Time Slack Notifications\u003C\u002Fh4>\n\u003Cp>Get instant alerts in your Slack workspace when a critical WordPress error is triggered.\u003C\u002Fp>\n\u003Ch4>Single Notification Per Error\u003C\u002Fh4>\n\u003Cp>Prevents notification spam by sending only one alert per unique error occurrence.\u003C\u002Fp>\n\u003Ch4>Error Resolved Notification\u003C\u002Fh4>\n\u003Cp>Receive a confirmation message in Slack when the error has been fixed.\u003C\u002Fp>\n\u003Ch4>Easy Slack Webhook Integration\u003C\u002Fh4>\n\u003Cp>Simply paste your Slack Incoming Webhook URL in the plugin settings — no coding required.\u003C\u002Fp>\n\u003Ch4>Lightweight & Performance Optimized\u003C\u002Fh4>\n\u003Cp>Runs efficiently in the background without slowing down your WordPress site.\u003C\u002Fp>\n\u003Ch4>Developer Friendly\u003C\u002Fh4>\n\u003Cp>Useful for debugging, staging environments, and live production monitoring.\u003C\u002Fp>\n\u003Ch4>How It Works\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Install and activate the plugin.\u003C\u002Fli>\n\u003Cli>Go to Settings \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Error Notifier.\u003C\u002Fli>\n\u003Cli>Enter your Slack webhook URL.\u003C\u002Fli>\n\u003Cli>Save settings.\u003C\u002Fli>\n\u003Cli>The plugin will automatically monitor critical WordPress errors and send Slack alerts.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Perfect For\u003C\u002Fh4>\n\u003Cp>• WordPress developers\u003Cbr \u002F>\n• WooCommerce store owners\u003Cbr \u002F>\n• Digital agencies\u003Cbr \u002F>\n• SaaS platforms\u003Cbr \u002F>\n• Membership websites\u003Cbr \u002F>\n• High-traffic blogs\u003Cbr \u002F>\n• Enterprise WordPress environments\u003C\u002Fp>\n\u003Ch4>SEO & Business Benefits\u003C\u002Fh4>\n\u003Cp>• Reduce downtime\u003Cbr \u002F>\n• Improve website reliability\u003Cbr \u002F>\n• Protect SEO rankings\u003Cbr \u002F>\n• Prevent revenue loss\u003Cbr \u002F>\n• Faster debugging and issue resolution\u003Cbr \u002F>\n• Better client reporting for agencies\u003C\u002Fp>\n\u003Ch4>Compatible With\u003C\u002Fh4>\n\u003Cp>• Latest WordPress versions\u003Cbr \u002F>\n• WooCommerce\u003Cbr \u002F>\n• Custom themes\u003Cbr \u002F>\n• Page builders\u003Cbr \u002F>\n• Most hosting environments\u003Cbr \u002F>\n• Production and staging sites\u003C\u002Fp>\n\u003Cp>If you rely on WordPress for your business, Error Notifier for Slack is an essential monitoring tool.\u003C\u002Fp>\n\u003Cp>Install now and get instant Slack alerts for critical WordPress errors — before your users notice them.\u003C\u002Fp>\n","Get real-time Slack notifications for WordPress critical errors to fix site issues instantly!",10,561,"2026-02-25T10:24:00.000Z","5.2",[91,92,93,94,95],"slack-error-notifier","slack-webhook","wordpress-critical-error-monitoring","wordpress-error-logging","wp-error-tracking","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ferror-notifier\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ferror-notifier.1.2.zip",{"slug":99,"name":100,"version":101,"author":102,"author_profile":103,"description":104,"short_description":105,"active_installs":11,"downloaded":106,"rating":11,"num_ratings":11,"last_updated":107,"tested_up_to":14,"requires_at_least":108,"requires_php":109,"tags":110,"homepage":115,"download_link":116,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"errorlyze","ErrorLyze – Error Logger & AI Debugger","1.0.1","dante0206","https:\u002F\u002Fprofiles.wordpress.org\u002Fdante0206\u002F","\u003Cp>\u003Cstrong>ErrorLyze\u003C\u002Fstrong> helps you \u003Cstrong>track WordPress errors\u003C\u002Fstrong>, \u003Cstrong>debug PHP issues\u003C\u002Fstrong>, and \u003Cstrong>monitor site health\u003C\u002Fstrong> automatically. Get \u003Cstrong>AI-powered error analysis\u003C\u002Fstrong> and \u003Cstrong>step-by-step fix instructions\u003C\u002Fstrong> for every WordPress error on your site.\u003C\u002Fp>\n\u003Cp>Perfect for WordPress developers debugging sites, administrators monitoring PHP errors, and agencies tracking errors across multiple client websites.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>🔍 Automatic Error Detection\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>ErrorLyze captures all PHP errors, warnings, and notices automatically as they occur. No configuration needed – just install and activate.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>🤖 AI-Powered Fix Recommendations\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Click “Get AI Analysis” on any error to receive intelligent, step-by-step instructions for fixing the issue. Our AI analyzes the error context and provides actionable solutions.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>📊 Real-Time Error Monitoring\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Monitor WordPress errors directly from your dashboard with our widget. View error statistics, severity levels, and recent issues at a glance.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Automatic PHP Error Logging\u003C\u002Fstrong> – Captures errors, warnings, and notices in real-time\u003C\u002Fli>\n\u003Cli>\u003Cstrong>AI Error Analysis\u003C\u002Fstrong> – Get detailed fix instructions powered by artificial intelligence\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Dashboard Widget\u003C\u002Fstrong> – Monitor error statistics from your WordPress admin\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Email Alerts\u003C\u002Fstrong> – Instant notifications when critical errors occur\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart Filtering\u003C\u002Fstrong> – Filter errors by severity (critical, high, warning), category, or search terms\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export Functionality\u003C\u002Fstrong> – Export error logs in CSV (Excel) or JSON format\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic Cleanup\u003C\u002Fstrong> – Auto-delete old resolved errors to keep database clean\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Error Search\u003C\u002Fstrong> – Quickly find specific errors with full-text search\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Copy to Clipboard\u003C\u002Fstrong> – Easily copy error messages for research or sharing\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Mark as Resolved\u003C\u002Fstrong> – Track which errors you’ve fixed\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Perfect For:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>WordPress developers debugging plugin and theme issues\u003C\u002Fli>\n\u003Cli>Site administrators monitoring production site health\u003C\u002Fli>\n\u003Cli>Development agencies managing multiple client sites\u003C\u002Fli>\n\u003Cli>DevOps teams tracking PHP errors and warnings\u003C\u002Fli>\n\u003Cli>Anyone wanting a cleaner, error-free WordPress site\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>How It Works:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Install and activate ErrorLyze\u003C\u002Fli>\n\u003Cli>Errors are automatically captured and logged\u003C\u002Fli>\n\u003Cli>View all errors in a clean, organized dashboard\u003C\u002Fli>\n\u003Cli>Click “Get AI Analysis” for intelligent fix recommendations\u003C\u002Fli>\n\u003Cli>Follow step-by-step instructions to resolve issues\u003C\u002Fli>\n\u003Cli>Mark errors as resolved to track your progress\u003C\u002Fli>\n\u003Cli>Optional: Enable email alerts for critical errors\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Why ErrorLyze?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Zero Configuration\u003C\u002Fstrong> – Works immediately after activation\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Privacy-Focused\u003C\u002Fstrong> – Error data stays in your database\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Developer-Friendly\u003C\u002Fstrong> – Clean interface, powerful filtering\u003C\u002Fli>\n\u003Cli>\u003Cstrong>AI-Assisted\u003C\u002Fstrong> – Smart recommendations save debugging time\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lightweight\u003C\u002Fstrong> – Minimal performance impact\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Free to Use\u003C\u002Fstrong> – No paid tiers or upgrade prompts\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>External Services\u003C\u002Fh3>\n\u003Cp>This plugin uses an external API service for AI-powered error analysis:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Service:\u003C\u002Fstrong> ErrorLyze AI Analysis API\u003Cbr \u002F>\n\u003Cstrong>Provider:\u003C\u002Fstrong> api.errly.nl (owned and operated by the plugin author)\u003Cbr \u002F>\n\u003Cstrong>Purpose:\u003C\u002Fstrong> Provides AI-powered analysis and fix recommendations for WordPress PHP errors\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Data Sent to External Service:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Error message text only\u003C\u002Fli>\n\u003Cli>File path (sanitized, relative paths only)\u003C\u002Fli>\n\u003Cli>Line number where error occurred\u003C\u002Fli>\n\u003Cli>Site URL (for rate limiting purposes only)\u003C\u002Fli>\n\u003Cli>Unique site key (randomly generated, for rate limiting)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>When Data is Sent:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>ONLY when you manually click the “Get AI Analysis” button\u003C\u002Fli>\n\u003Cli>NEVER automatically or in the background\u003C\u002Fli>\n\u003Cli>Service availability may vary (limited capacity)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Data NOT Sent:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>No passwords or credentials\u003C\u002Fli>\n\u003Cli>No user personal information\u003C\u002Fli>\n\u003Cli>No database credentials\u003C\u002Fli>\n\u003Cli>No API keys or secrets\u003C\u002Fli>\n\u003Cli>No email addresses\u003C\u002Fli>\n\u003Cli>No full file contents\u003C\u002Fli>\n\u003Cli>No session data\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Privacy & Security:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>All communication via HTTPS encryption\u003C\u002Fli>\n\u003Cli>No personal data collected or stored on external servers\u003C\u002Fli>\n\u003Cli>Only error messages are analyzed\u003C\u002Fli>\n\u003Cli>GDPR compliant – no tracking, no cookies, no user data\u003C\u002Fli>\n\u003Cli>Data processed in real-time and not stored after analysis\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Service Terms:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Service provided free of charge\u003C\u002Fli>\n\u003Cli>No account registration required\u003C\u002Fli>\n\u003Cli>No data retention beyond analysis processing\u003C\u002Fli>\n\u003Cli>Limited availability (rate limited per site)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Legal Information:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Terms of Service: https:\u002F\u002Fapi.errly.nl\u002Ferrorlyze-terms.html\u003C\u002Fli>\n\u003Cli>Privacy Policy: https:\u002F\u002Fapi.errly.nl\u002Ferrorlyze-privacy.html\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For questions about data handling, contact via the WordPress.org support forum.\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>For support, bug reports, or feature requests, please visit the WordPress.org support forum for this plugin.\u003C\u002Fp>\n\u003Cp>We respond to all support requests within 24 hours.\u003C\u002Fp>\n","Detect and fix WordPress PHP errors with AI-powered analysis. Automatic error logging, monitoring, and step-by-step fix recommendations for developers &hellip;",270,"2026-02-23T19:25:00.000Z","5.8","7.4",[111,112,113,19,114],"ai-analysis","debugging","error-log","php-errors","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ferrorlyze.1.0.2.zip",{"slug":118,"name":119,"version":120,"author":121,"author_profile":122,"description":123,"short_description":124,"active_installs":11,"downloaded":125,"rating":11,"num_ratings":11,"last_updated":126,"tested_up_to":127,"requires_at_least":15,"requires_php":109,"tags":128,"homepage":115,"download_link":131,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"remote-logs","Remote Logs | Logs Viewer","1.0.0","Fernando Filho","https:\u002F\u002Fprofiles.wordpress.org\u002Fcyferweb\u002F","\u003Cp>\u003Cstrong>RemoteLogs\u003C\u002Fstrong> lets you monitor your WordPress site logs in real time, from any device, via a secure and responsive interface.\u003C\u002Fp>\n\u003Ch3>Key Features:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Access logs remotely via secure URL with token\u003C\u002Fli>\n\u003Cli>Filter by plugin, theme, or WordPress Core\u003C\u002Fli>\n\u003Cli>Real-time log reading with auto-refresh\u003C\u002Fli>\n\u003Cli>Search logs by keyword or regex\u003C\u002Fli>\n\u003Cli>Password protection and IP whitelist support\u003C\u002Fli>\n\u003Cli>Lightweight, responsive, mobile-ready UI\u003C\u002Fli>\n\u003Cli>View WordPress \u003Ccode>debug.log\u003C\u002Fcode>, \u003Ccode>error_log\u003C\u002Fcode>, and custom log files\u003C\u002Fli>\n\u003Cli>API for other plugins to add custom log entries\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cblockquote>\n\u003Cp>Never lose track of your site’s activity again. With RemoteLogs, your logs go wherever you go.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This plugin is licensed under the GPLv2 or later. See https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","Monitor your site logs in real time, from anywhere. Access via secure URL, with password protection.",250,"2025-06-01T20:57:00.000Z","6.8.5",[18,113,54,129,130],"monitoring","remote","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fremote-logs.1.0.0.zip",{"attackSurface":133,"codeSignals":181,"taintFlows":191,"riskAssessment":220,"analyzedAt":225},{"hooks":134,"ajaxHandlers":177,"restRoutes":178,"shortcodes":179,"cronEvents":180,"entryPointCount":11,"unprotectedCount":11},[135,141,144,149,153,156,158,162,167,172],{"type":136,"name":137,"callback":138,"file":139,"line":140},"action","admin_enqueue_scripts","enqueue_admin_bar_styles","includes\\class-admin-bar.php",20,{"type":136,"name":142,"callback":138,"file":139,"line":143},"wp_enqueue_scripts",21,{"type":136,"name":145,"callback":146,"priority":147,"file":139,"line":148},"admin_bar_menu","add_to_admin_bar",10000,22,{"type":136,"name":150,"callback":151,"file":152,"line":140},"admin_menu","add_settings_page","includes\\class-settings.php",{"type":136,"name":154,"callback":155,"file":152,"line":143},"admin_init","handle_form_submission",{"type":136,"name":137,"callback":157,"file":152,"line":148},"enqueue_admin_assets",{"type":136,"name":159,"callback":160,"file":152,"line":161},"current_screen","register_footer_hooks",23,{"type":163,"name":164,"callback":165,"file":152,"line":166},"filter","admin_footer_text","custom_footer_text",34,{"type":163,"name":168,"callback":169,"priority":170,"file":152,"line":171},"update_footer","custom_footer_version",11,35,{"type":136,"name":173,"callback":174,"file":175,"line":176},"plugins_loaded","debug_log_inspector_init","lumiblog-debug-log-inspector.php",43,[],[],[],[],{"dangerousFunctions":182,"sqlUsage":183,"outputEscaping":185,"fileOperations":188,"externalRequests":11,"nonceChecks":188,"capabilityChecks":189,"bundledLibraries":190},[],{"prepared":11,"raw":11,"locations":184},[],{"escaped":186,"rawEcho":11,"locations":187},40,[],1,2,[],[192,211],{"entryPoint":193,"graph":194,"unsanitizedCount":188,"severity":210},"update_settings (includes\\class-settings.php:273)",{"nodes":195,"edges":207},[196,201],{"id":197,"type":198,"label":199,"file":152,"line":200},"n0","source","$_POST",280,{"id":202,"type":203,"label":204,"file":152,"line":205,"wp_function":206},"n1","sink","update_option() [Settings Manipulation]",284,"update_option",[208],{"from":197,"to":202,"sanitized":209},false,"low",{"entryPoint":212,"graph":213,"unsanitizedCount":11,"severity":210},"\u003Cclass-settings> (includes\\class-settings.php:0)",{"nodes":214,"edges":217},[215,216],{"id":197,"type":198,"label":199,"file":152,"line":200},{"id":202,"type":203,"label":204,"file":152,"line":205,"wp_function":206},[218],{"from":197,"to":202,"sanitized":219},true,{"summary":221,"deductions":222},"The lumiblog-debug-log-inspector plugin v1.1.0 exhibits a generally strong security posture based on the static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface.  Furthermore, the code demonstrates good security practices by utilizing prepared statements for all SQL queries, properly escaping all output, and incorporating nonce and capability checks. The lack of known CVEs and a clean vulnerability history suggests a well-maintained and secure plugin.\n\nHowever, a single flow with an unsanitized path identified during taint analysis warrants attention. While not classified as critical or high severity in this analysis, unsanitized paths can sometimes lead to path traversal vulnerabilities if not handled with extreme care. The presence of file operations, although only one, also requires a careful review to ensure it is not exploitable in conjunction with the unsanitized path.  The plugin's strengths lie in its minimal attack surface and adherence to core WordPress security best practices, but the identified taint flow presents a potential, albeit low-likelihood, area of concern.",[223],{"reason":224,"points":86},"Flow with unsanitized path found","2026-03-17T07:13:47.222Z",{"wat":227,"direct":235},{"assetPaths":228,"generatorPatterns":230,"scriptPaths":231,"versionParams":232},[229],"\u002Fwp-content\u002Fplugins\u002Flumiblog-debug-log-inspector\u002Fassets\u002Fcss\u002Fadmin-bar.css",[],[],[233,234],"lumiblog-debug-log-inspector\u002Fassets\u002Fcss\u002Fadmin-bar.css?ver=","lumiblog-debug-log-inspector\u002Fassets\u002Fjs\u002Fsettings.js?ver=",{"cssClasses":236,"htmlComments":242,"htmlAttributes":243,"restEndpoints":244,"jsGlobals":245,"shortcodeOutput":246},[237,238,239,240,241],"dli-admin-text-gray","dli-admin-text-red","dli-admin-text-green","dli-admin-text-last-error","dli-admin-settings-link",[],[],[],[],[]]