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
The loader code needed to instantiate any Redux extension.
4
+
The loader code needed to instantiate any Redux extension. To load any Redux extension, you need but do two things:
5
+
6
+
* 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.
7
+
* Change the function name and hook reference of `redux_register_custom_extension_loader` as not to conflict with another developer's code.
8
+
9
+
Then place any extension folder within ~/extensions.
10
+
11
+
Depending on the extension you may also need to load a config file of some type to declare the options for that extension.
0 commit comments