Skip to content

Commit f3bbae6

Browse files
authored
Update README.md
1 parent f3107c2 commit f3bbae6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
redux-extensions-loader
22
================
33

4+
** DEPRECATED ** This is no longer needed with Redux 4+. Use Redux `Redux::set_extensions( {OPT_NAME}, {EXTENTION_PATH} );` instead.
5+
46
The loader code needed to instantiate any Redux extension. To load any Redux extension, you need but do two things:
57

68
* 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
1416
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.
1517

1618
## 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

Comments
 (0)