• 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_or()
Product: Tribe Common

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;
	}

Expand full source code Collapse full source code

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