クラス wpdb::hide_errors()
クラス wpdb::hide_errors()
定義ファイル :/blog/wp-includes/wp-db.php
1 2 3 4 5 | public function hide_errors() { $show = $this->show_errors; $this->show_errors = false; return $show; } |
WEBシステム SI屋の代表のブログです。
1 2 3 4 5 | public function hide_errors() { $show = $this->show_errors; $this->show_errors = false; return $show; } |