---
id: gk-gravityview-theme-stylesheet-path
title: "Filter - gk/gravityview/theme/stylesheet-path"
sidebar_label: "gk/gravityview/theme/stylesheet-path"
---

# Filter: gk/gravityview/theme/stylesheet-path

Filters the filesystem path checked for the compiled theme stylesheet.

The path is used for readability checks and cache-busting via `filemtime()`; the enqueued URL is unaffected.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $css_path | `string` | Absolute path to the compiled stylesheet. |
| $view | <a href="../../../gravityview-featured-entries/api/classes/gv-view">\GV\View</a>&#124;null | The View being rendered, or null. |

### Since

- TBD: TBD

### Source

Defined in `src/Frontend/Frontend.php` at line 2007

