You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Wordless is a junction between a WordPress plugin and a theme boilerplate that d
20
20
21
21
### Complete documentation
22
22
23
-
Read the complete Wordless documentation at [wordless.readthedocs.io](https://wordless.readthedocs.io/en/latest/?badge=latest) where you'll find - hopefully - all the informations about installation, usage guide, in depth explanation about the stack.
23
+
Read the complete Wordless documentation at [wordless.readthedocs.io](https://wordless.readthedocs.io/en/latest/?badge=latest) where you'll find - hopefully - all the information about installation, usage guide, in depth explanation about the stack.
Copy file name to clipboardexpand all lines: rtfm/source/_pages/usage/filters.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ wordless_tmp_dir_exists
96
96
Sometimes tmp folder in theme directory, may not have write permission in dedicated server, Hence failure to load pug template from tmp.
97
97
In tmp directory, if there is compiled files listed following hook can be used to check file counts and override ensure_tmp_dir function to return true.
98
98
In some cases files can be compiled via command line to generate files in tmp dir.
99
-
here the filter code is added in ``themes/exmaple-theme/config/initializers/hooks.php``
99
+
here the filter code is added in ``themes/example-theme/config/initializers/hooks.php``
100
100
101
101
wordless_environment
102
102
##########################
@@ -120,7 +120,7 @@ wordless_environment
120
120
return 'production';
121
121
} );
122
122
123
-
Here the filter code is added in ``themes/exmaple-theme/config/initializers/hooks.php``
123
+
Here the filter code is added in ``themes/example-theme/config/initializers/hooks.php``
124
124
125
125
If there is different or custom environment name defined this hook can override it, rather than defaulting to development always. For example if environment is called UAT or SIT.
0 commit comments