• Home
  • Knowledgebase
  • DevDocs
  • Translations
  • Support
  • Live Preview

logo DevDocs

By The Events Calendar
Filter by type:
Skip to content
Filter by type:
Search
Browse: Home / Classes / Tribe__Repository__Decorator / Tribe__Repository__Decorator::where()
Product: Tribe Common

Tribe__Repository__Decorator::where( $key,  $value = null )

{@inheritdoc}


Source

File: src/Tribe/Repository/Decorator.php

	public function where( $key, $value ) {
		$call_args = func_get_args();
		call_user_func_array( array( $this->decorated, 'where' ), $call_args );

		return $this;
	}

Expand full source code Collapse full source code

The Events Calendar
  • Home
  • Products
  • Blog
  • Support
© 2026 The Events Calendar Terms and Conditions Privacy