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 89ce801 commit f7a057eCopy full SHA for f7a057e
README.md
@@ -163,7 +163,7 @@ function my_dynamic_css_callback( $var_name )
163
wp_dynamic_css_set_callback( 'my_dynamic_css_callback' );
164
```
165
166
-Your CSS file can will look something like this:
+Your CSS file can look something like this:
167
168
```css
169
body {
compiler.php
@@ -171,4 +171,4 @@ protected function compile_css( $css )
171
return apply_filters( 'wp_dynamic_css_get_variable_value', $matches[1] );
172
}, $css);
173
}
174
-}
+}
0 commit comments