public function debug_off()
 {
     WPBDP_Debugging::debug_off();
 }
Example #2
0
 public static function debug_off()
 {
     self::$debug = false;
     remove_action('admin_footer', array('WPBDP_Debugging', '_debug_bar_footer'), 99999);
     remove_action('wp_footer', array('WPBDP_Debugging', '_debug_bar_footer'), 99999);
 }