Skip to main content

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

NameTypeDescription
$css_pathstringAbsolute path to the compiled stylesheet.
$view\GV\View|nullThe View being rendered, or null.

Since

  • TBD: TBD

Source

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