debug_information, $info

debug_information, $info

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('debug_information, $info') is found 1 times:

  • /wp-admin/includes/class-wp-debug-data.php line 135
    		 *         }
    		 *     }
    		 * }
    		 */
    		$info = apply_filters( 'debug_information', $info );
    
    		return $info;
    	}
    
    	/**
    	 * Gets the WordPress core section of the debug data.