File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ A library for generating static stylesheets from dynamic content, to be used in
3535First, add this to your ` functions.php ` file:
3636
3737``` php
38- // 1. Load the library
38+ // 1. Load the library (skip this if you are loading the library as a plugin)
3939require_once 'wp-dynamic-css/bootstrap.php';
4040
4141// 2. Set the callback function (used to convert variables to actual values)
@@ -98,7 +98,9 @@ This will install the package in the directory `wp-content/plugins`. For custom
9898
9999### Via WordPress.org
100100
101- Coming soon
101+ Install and activate the plugin hosted on WordPress.org: [ wordpress.org/plugins/wp-dynamic-css/] ( https://wordpress.org/plugins/wp-dynamic-css/ )
102+
103+ When the plugin is activated, all the library files are automatically included so you don't need to manually include them.
102104
103105### Manually
104106
You can’t perform that action at this time.
0 commit comments