Yoast\WP\Lib
ORM::build_where
Builds the WHERE clause(s).
Метод класса: ORM{}
Хуков нет.
Возвращает
Строку.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->build_where();
Код ORM::build_where() ORM::build where Yoast 27.3
protected function build_where() {
return $this->build_conditions( 'where' );
}