Skip to content

Commit 07e41ec

Browse files
committed
Readme update
1 parent 7756de3 commit 07e41ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Enjoying the plugin? Feel free to treat me to a cup of coffee ☕🙂 through th
6868
5. Support for Code Snippets own "Safe Mode" (constant & filter function) – extra notice in Admin Bar
6969
6. Support for WordPress own "Script Debug" constant - extra notice in Admin Bar
7070
7. Plugin supports Multisite behavior (and settings) of Code Snippets plugin itself and adapts the Toolbar links by context, if needed
71-
8. Third-party plugin support/integration (currently: _Multisite Toolbar Additions_ by myself 😉 / _Variable Inspector_ by Bowo / _Debug Log Manager_ by Bowo)
71+
8. Third-party plugin support/integration (currently: _Multisite Toolbar Additions_ by myself 😉 / _DevKitPro_ by DPlugins / _System Dashboard_ by Bowo / _Variable Inspector_ by Bowo / _Debug Log Manager_ by Bowo)
7272
9. Plugin installation mode:
7373
- a) As regular plugin (also supports Multisite network-wide activation)
7474
- b) As code snippet - directly in _Code Snippets_ itself! 👏
75-
10. Custom tweaks via constants: enable or disable various additional features or tweaks – just as simple code snippets, see below --- this keeps the plugin/snippet simple and lightweight
75+
10. Custom tweaks via constants: enable or disable various additional features or tweaks – just as simple code snippets, see below --- this keeps the plugin/snippet simple and lightweight (you can check the config in your WP install via: _Tools > Site Health > Info_ – there look for the row: _Snippets QuickNav (Plugin)_)
7676
11. Show the Admin Bar also in Block Editor full screen mode.
7777

7878
---
@@ -122,12 +122,14 @@ define( 'SNQN_DISABLE_FOOTER', 'yes' );
122122
### **Enable** "Expert Mode"
123123
Nothing really fancy, just some additional links for coders:
124124
- _Site Health Info_ (WP Core)
125+
- Plugin: _DevKit Pro_ by DPlugins
126+
- Plugin: _System Dashboard_ by Bowo
125127
- Plugin: _Variable Inspector_ by Bowo
126128
- Plugin: _Debug Log Manager_ by Bowo
127129
```
128130
define( 'SNQN_EXPERT_MODE', TRUE );
129131
```
130-
... support for _some_ additional stuff may come in future.
132+
Note: Support for _some_ additional stuff in that mode may come in future.
131133

132134
### **Fair Play:** Enable "free CS free" – to remove some promo stuff ...
133135
If you want the Pro promotions go away, use the following snippet ... or just purchase the Pro version to support the developers. Thank you in advance! (And thanks to the Code Snippets team for making this awesome tool for us site builders and developers!)

0 commit comments

Comments
 (0)