Tribe__Tickets__Main::include_parent_plugin_path_to_common( array $paths )
Adds our main plugin file to the list of paths.
Contents
Parameters
- $paths
-
(<span class="array">array) (Required) The paths to TCMN parent plugins.
Return
(array<string>)
Source
File: src/Tribe/Main.php
public function include_parent_plugin_path_to_common( $paths ): array {
$paths[] = EVENT_TICKETS_MAIN_PLUGIN_FILE;
return $paths;
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |