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 | \GV\View|null | The View being rendered, or null. |
Since
- TBD: TBD
Source
Defined in src/Frontend/Frontend.php at line 2007