Tribe__Tickets__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[] = EVENT_TICKETS_MAIN_PLUGIN_FILE;

		return $paths;
	}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.