Tribe__Repository__Decorator::where_or( $callbacks )
{@inheritdoc}
Source
File: src/Tribe/Repository/Decorator.php
public function where_or( $callbacks ) {
$call_args = func_get_args();
call_user_func_array( array( $this->decorated, 'where_or' ), $call_args );
return $this;
}