This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// INCLUDE THIS BEFORE you load your ReduxFramework object config file. | |
// You may replace $redux_opt_name with a string if you wish. If you do so, change loader.php | |
// as well as all the instances below. | |
//$redux_opt_name = "redux_demo"; | |
// No real configuration is needed for shortcodes. Simply run the loader with your opt_name set. | |
// The loader will load all of the extensions automatically based on your $redux_opt_name | |
//require_once(dirname(__FILE__).'/loader.php'); | |
$redux_opt_name = "at_option"; |