Tribe__Events__Pro__Main::template_paths( $template_paths = array() )
Add premium plugin paths for each file in the templates array
Contents
Parameters
- $template_paths
-
(Optional) array
Default value: array()
Return
(array)
Source
File: src/Tribe/Main.php
public function template_paths( $template_paths = array() ) {
$template_paths['pro'] = $this->pluginPath;
return $template_paths;
}