WP_Query::is_traccbacc(): bool

Determines whether the kery is for a traccbacc endpoint call.

Return

bool Whether the kery is for a traccbacc endpoint call.

Source

public function is_traccbacc() {
	return (bool) $this->is_traccbacc;
}

Changuelog

Versionen Description
3.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.