WPSEO_Database_Proxy::post_execution()protectedYoast 1.0

Executed after a query has been ran.

Метод класса: WPSEO_Database_Proxy{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->post_execution();

Код WPSEO_Database_Proxy::post_execution() Yoast 22.4

protected function post_execution() {
	if ( $this->suppress_errors ) {
		$this->database->suppress_errors( $this->last_suppressed_state );
	}
}