findTemplate( $name ); // make path relative $cache_key = str_replace( WP_PLUGIN_DIR . DIRECTORY_SEPARATOR, '', $cache_key ); // namespace style separators avoid OS colisions. $cache_key = str_replace( '/', '\\', $cache_key ); return $cache_key; } }