Tribe__Repository::where( $key, $value = null )
{@inheritdoc}
Source
File: src/Tribe/Repository.php
public function where( $key, $value ) {
$call_args = func_get_args();
return call_user_func_array( array( $this, 'by' ), $call_args );
}
{@inheritdoc}
File: src/Tribe/Repository.php
public function where( $key, $value ) {
$call_args = func_get_args();
return call_user_func_array( array( $this, 'by' ), $call_args );
}