{"id":50532,"date":"2016-08-26T17:01:45","date_gmt":"2016-08-26T17:01:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/bugfu-console-debugger\/"},"modified":"2023-01-17T15:02:12","modified_gmt":"2023-01-17T15:02:12","slug":"bugfu-console-debugger","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/bugfu-console-debugger\/","author":14696872,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.0","stable_tag":"1.3","tested":"6.1.10","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"BugFu Console Debugger","header_author":"Federico Andrioli","header_description":"","assets_banners_color":"3e94cc","last_updated":"2023-01-17 15:02:12","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/fedeandri\/bugfu-console-debugger","header_author_uri":"https:\/\/it.linkedin.com\/in\/fedeandri","rating":4.8,"author_block_rating":0,"active_installs":300,"downloads":10375,"num_ratings":17,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.1":{"tag":"1.1","author":"fedeandri","date":"2016-11-03 10:55:48"},"1.2":{"tag":"1.2","author":"fedeandri","date":"2016-11-03 10:55:48"},"1.2.1":{"tag":"1.2.1","author":"fedeandri","date":"2016-11-05 11:11:48"},"1.2.2":{"tag":"1.2.2","author":"fedeandri","date":"2016-11-13 11:32:26"},"1.2.3":{"tag":"1.2.3","author":"fedeandri","date":"2017-11-18 20:44:00"},"1.2.4":{"tag":"1.2.4","author":"fedeandri","date":"2017-11-26 11:01:18"},"1.2.5":{"tag":"1.2.5","author":"fedeandri","date":"2018-12-08 11:05:36"},"1.3":{"tag":"1.3","author":"fedeandri","date":"2023-01-17 15:02:12"}},"upgrade_notice":[],"ratings":{"1":0,"2":1,"3":0,"4":0,"5":16},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1484257,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1484257,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1484540,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":1484540,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.3"],"block_files":[],"assets_screenshots":{"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":2849849,"resolution":"3","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":2849849,"resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":2849849,"resolution":"1","location":"plugin"}},"screenshots":{"1":"The admin page when BugFu is ON","2":"The Browser JavaScript Console when BugFu is ON","3":"The admin page when BugFu is OFF"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[94,12751,906,908,662],"plugin_category":[51,59],"plugin_contributors":[91337],"plugin_business_model":[],"class_list":["post-50532","plugin","type-plugin","status-publish","hentry","plugin_tags-debug","plugin_tags-debug-bar","plugin_tags-error","plugin_tags-log","plugin_tags-php","plugin_category-multisite","plugin_category-utilities-and-tools","plugin_contributors-fedeandri","plugin_committers-fedeandri"],"banners":{"banner":"https:\/\/ps.w.org\/bugfu-console-debugger\/assets\/banner-772x250.png?rev=1484540","banner_2x":"https:\/\/ps.w.org\/bugfu-console-debugger\/assets\/banner-1544x500.png?rev=1484540","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/bugfu-console-debugger\/assets\/icon-128x128.png?rev=1484257","icon_2x":"https:\/\/ps.w.org\/bugfu-console-debugger\/assets\/icon-256x256.png?rev=1484257","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/bugfu-console-debugger\/trunk\/screenshot-1.jpg?rev=2849849","caption":"The admin page when BugFu is ON"},{"src":"https:\/\/ps.w.org\/bugfu-console-debugger\/trunk\/screenshot-2.jpg?rev=2849849","caption":"The Browser JavaScript Console when BugFu is ON"},{"src":"https:\/\/ps.w.org\/bugfu-console-debugger\/trunk\/screenshot-3.jpg?rev=2849849","caption":"The admin page when BugFu is OFF"}],"raw_content":"<!--section=description-->\n<p>Log\/Debug the PHP code in your Theme\/Plugin with your Browser Console (no extension needed). Made for themes and plugins developers.<\/p>\n\n<p><strong>HOW TO CHECK IF BUGFU IS WORKING<\/strong><\/p>\n\n<p>Open your Browser Console, if you see this header, BugFu is working properly<\/p>\n\n<pre><code>################################\n#### BugFu Console Debugger ####\n################################\n<\/code><\/pre>\n\n<p><strong>HOW TO OPEN YOUR BROWSER JAVASCRIPT CONSOLE<\/strong><\/p>\n\n<p>If you've never used the Browser JavaScript Console before, here's how you open it:<\/p>\n\n<ul>\n<li>Chrome PC shift+ctrl+j - Chrome Mac alt+cmd+j<\/li>\n<li>Firefox PC shift+ctrl+k - Firefox Mac alt+cmd+k<\/li>\n<li>Safari PC shift+ctrl+c - Safari Mac alt+cmd+c<\/li>\n<\/ul>\n\n<p><strong>HOW TO USE BUGFU WITH WORDPRESS<\/strong><\/p>\n\n<p>Call the log static method from wherever you are within the WordPress PHP code<\/p>\n\n<pre><code>&lt;?php \/* WORDPRESS CODE HERE *\/\n\n\/* Call it with no arguments to only output some backtrace info *\/\nBugFu::log();\n\n\/* Call it with a string argument to output that string content *\/\nBugFu::log($my_string_content);\n\n\/* Call it with a non-string argument to output the structured\n   representation of that argument - it uses var_export() *\/\nBugFu::log($my_object-array-variable);\n\n\/* Call it with the second optional argument set to \"false\"\n   to turn off the backtrace info (which is on by default) *\/\nBugFu::log($my_content, false);\n<\/code><\/pre>\n\n<p><strong>DEVELOPERS<\/strong><\/p>\n\n<p>Official Github repository:<br \/>\nhttps:\/\/github.com\/fedeandri\/bugfu-console-debugger<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the plugin file bugfu-console-debugger.zip<\/li>\n<li>Upload the unzipped folder \"bugfu-console-debugger\" to the <code>\/wp-content\/plugins\/<\/code> directory of your WordPress blog\/website<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>Adds the ability to log from the WordPress login page<\/li>\n<li>Fixes a minor CSS issue<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Adds compatibility with old PHP versions (tested from 5.3)<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Updates and simplifies the AJAX calls debugging feature<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Prevents PHP notice when not logging from a class<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Update the AJAX calls debugging feature to avoid CPU overload<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Adds the ability to debug AJAX calls<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fixes a bug that made it look like BugFu constantly needed to be updated (thanks to Jonathan Bossenger)<\/li>\n<li>Adds a second optional argument to the log method, in order to allow you to turn off the backtrace info which is on by default<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First version, log your debug messages from PHP directly to your browser JavaScript console<\/li>\n<\/ul>","raw_excerpt":"Log\/Debug the PHP code in your Theme\/Plugin with your Browser Console (no extension needed)","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/50532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=50532"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fedeandri"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=50532"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=50532"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=50532"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=50532"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=50532"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=50532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}