Tribe__Events__Main::include_parent_plugin_path_to_common( array $paths )

Adds our main plugin file to the list of paths.


Parameters

$paths

(<span class="array">array) (Required) The paths to TCMN parent plugins.


Top ↑

Return

(array<string>)


Top ↑

Source

File: src/Tribe/Main.php

		public function include_parent_plugin_path_to_common( $paths ): array {
			$paths[] = TRIBE_EVENTS_FILE;

			return $paths;
		}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.