Title: Code Dump at bottom of every page after upgrading WP
Last modified: August 19, 2016

---

# Code Dump at bottom of every page after upgrading WP

 *  [10Ten](https://wordpress.org/support/users/10ten/)
 * (@10ten)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/)
 * RE: dbacu.com
    My WP install was fine until i just did an automatic prompted 
   WP upgrade. All the plugins/themes were up to date before upgrading WP. The upgrade
   was “successful” and reported no problems. However: 1 – after upgrading ALL my
   pages have a massive code dump at the bottom that appears to show content of 
   ALL my pages. even my dashboard page has this dump. this occurred exactly after
   upgrading WP ten minutes ago, the site was fine before that. 2 – after upgrading
   WP reports that i’m using a “nightly build” although i did not choose such an
   option. so i upgraded again to the latest version, it was “successful”, and i
   get the same message to update because of using a nightly build.
 * i cannot find any mention of this, can anyone help please?

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/?output_format=md)
[1](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/?output_format=md)
2

 *  [Geezerjim](https://wordpress.org/support/users/actorjiml/)
 * (@actorjiml)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/page/2/#post-1700144)
 * I’m afraid we’ve reached the end of my limited abilities. I hope someone else
   reading this can provide some additional help. I wish I could be of further assistance.
 *  Anonymous User
 * (@anonymized-3085)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/page/2/#post-1700145)
 * I don’t mind the menu appearing, but the debug info is full of validation errors–
   which makes testing other things a little difficult.
 * So rather than remove the admin bar entirely, it is possible to just stop the
   debug info from being added to your page. obviously you’ll need to deactivate
   this at some point to check if it’s working. but this is the short plugin to 
   achieve it:
 *     ```
       <?php
       /*
       Plugin Name: admin bar debug off
       Plugin URI: http://wordpress.org/#
       Description: quick fix
       Author: Rich
       Version: 0.0.1
       Author URI: http://elfden.co.uk
       */
   
       add_filter('wp_admin_bar_enable_debug_menu', 'stop_admin_bar_enable_debug_menu');
       function stop_admin_bar_enable_debug_menu(){
       	remove_action( 'wp_after_admin_bar_render', 'wp_admin_bar_query_debug_list' );
       	return false;
       }
       ?>
       ```
   
 * Obviously it could also be added to your active theme’s function file, but is
   probably better as a plugin.
 *  [Astriker](https://wordpress.org/support/users/astriker/)
 * (@astriker)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/page/2/#post-1700146)
 * Created the php, zip, worked like a charm, THANK YOU!

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/?output_format=md)
[1](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/?output_format=md)
2

The topic ‘Code Dump at bottom of every page after upgrading WP’ is closed to new
replies.

## Tags

 * [bottom](https://wordpress.org/support/topic-tag/bottom/)

 * In: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
 * 18 replies
 * 5 participants
 * Last reply from: [Astriker](https://wordpress.org/support/users/astriker/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/code-dump-at-bottom-of-every-page-after-upgrading-wp/page/2/#post-1700146)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
