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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
redux-extensions-loader
2
2
================
3
3
4
+
** DEPRECATED ** This is no longer needed with Redux 4+. Use Redux `Redux::set_extensions( {OPT_NAME}, {EXTENTION_PATH} );` instead.
5
+
4
6
The loader code needed to instantiate any Redux extension. To load any Redux extension, you need but do two things:
5
7
6
8
* Inside loader.php change `{$redux_opt_name}` to match your opt_name or set `$redux_opt_name` to your `opt_name` and make sure it's accessible by loader.php.
@@ -14,4 +16,4 @@ Depending on the extension you may also need to load a config file of some type
14
16
Because of WordPress hooks you need to include this before you create your ReduxFramework instance. It has to do with hooks. Just load this loader and your config settings prior to creating that object.
15
17
16
18
## Note: DO NOT place extensions within ~/ReduxCore/Extensions
17
-
If you do so any other plugin could override your extensions and they would be inaccessible by your code.
19
+
If you do so any other plugin could override your extensions and they would be inaccessible by your code.
0 commit comments