Yoast\WP\Lib

ORM::build_where()protectedYoast 1.0

Builds the WHERE clause(s).

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

Хуков нет.

Возвращает

Строку.

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

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

Код ORM::build_where() Yoast 22.4

protected function build_where() {
	return $this->build_conditions( 'where' );
}