We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca5c31 commit e96cfcaCopy full SHA for e96cfca
README.md
@@ -41,8 +41,8 @@ function my_dynamic_css_callback( $var_name )
41
}
42
wp_dynamic_css_set_callback( 'my_dynamic_css_callback' );
43
44
-// 3. Enqueue the stylesheet
45
-wp_dynamic_css_enqueue( 'my-style.css' );
+// 3. Enqueue the stylesheet (using an absolute path, not URL)
+wp_dynamic_css_enqueue( 'path/to/my-style.css' );
46
47
// 4. Nope, only three steps
48
```
0 commit comments