Custom shortcode – filter_paths

public function filter_paths( $paths = array() ) {
    $paths[15] = $this->path . 'templates/';

    return $paths;
}