Created
April 13, 2016 06:56
-
-
Save Yeadh/0c646d1fb063ca0d30988f58bae3dbcf to your computer and use it in GitHub Desktop.
Register redux in wordpress function.php file
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
//adding redux fremwork theme options | |
if(!class_exists("ReduxFrameworkPlugin")){ | |
require_once(get_template_directory()."/inc/redux-framework/redux-framework.php"); | |
require_once(get_template_directory()."/inc/theme-option.php"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment