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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,11 @@ Enjoying the plugin? Feel free to treat me to a cup of coffee ☕🙂 through th
68
68
5. Support for Code Snippets own "Safe Mode" (constant & filter function) – extra notice in Admin Bar
69
69
6. Support for WordPress own "Script Debug" constant - extra notice in Admin Bar
70
70
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)
72
72
9. Plugin installation mode:
73
73
- a) As regular plugin (also supports Multisite network-wide activation)
74
74
- 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)_)
76
76
11. Show the Admin Bar also in Block Editor full screen mode.
Nothing really fancy, just some additional links for coders:
124
124
-_Site Health Info_ (WP Core)
125
+
- Plugin: _DevKit Pro_ by DPlugins
126
+
- Plugin: _System Dashboard_ by Bowo
125
127
- Plugin: _Variable Inspector_ by Bowo
126
128
- Plugin: _Debug Log Manager_ by Bowo
127
129
```
128
130
define( 'SNQN_EXPERT_MODE', TRUE );
129
131
```
130
-
... support for _some_ additional stuff may come in future.
132
+
Note: Support for _some_ additional stuff in that mode may come in future.
131
133
132
134
### **Fair Play:** Enable "free CS free" – to remove some promo stuff ...
133
135
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