Custom shortcode – filter_paths Posted on March 24, 2017 by Michael Beckwith public function filter_paths( $paths = array() ) { $paths[15] = $this->path . 'templates/'; return $paths; }