Current Path : /var/test/www/html/seeds/wp-content/themes/melos/admin/main-extensions/ |
Current File : /var/test/www/html/seeds/wp-content/themes/melos/admin/main-extensions/extensions-init.php |
<?php // All extensions placed within the extensions directory will be auto-loaded for your Redux instance. Redux::setExtensions( 'thinkup_redux_variables', dirname( __FILE__ ) . '/extensions/' ); // Any custom extension configs should be placed within the configs folder. if ( file_exists( dirname( __FILE__ ) . '/configs/' ) ) { $files = glob( dirname( __FILE__ ) . '/configs/*.php' ); if ( ! empty( $files ) ) { foreach ( $files as $file ) { include $file; } } }