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 @@ -34,7 +34,7 @@ A library for generating static stylesheets from dynamic content, to be used in
3434First, add this to your ` functions.php ` file:
3535
3636``` php
37- // 1. Load the library
37+ // 1. Load the library (skip this if you are loading the library as a plugin)
3838require_once 'wp-dynamic-css/bootstrap.php';
3939
4040// 2. Set the callback function (used to convert variables to actual values)
@@ -97,7 +97,9 @@ This will install the package in the directory `wp-content/plugins`. For custom
9797
9898### Via WordPress.org
9999
100- Coming soon
100+ Install and activate the plugin hosted on WordPress.org: [ wordpress.org/plugins/wp-dynamic-css/] ( https://wordpress.org/plugins/wp-dynamic-css/ )
101+
102+ When the plugin is activated, all the library files are automatically included so you don't need to manually include them.
101103
102104### Manually
103105
You can’t perform that action at this time.
0 commit comments