Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Yeadh/0c646d1fb063ca0d30988f58bae3dbcf to your computer and use it in GitHub Desktop.
Save Yeadh/0c646d1fb063ca0d30988f58bae3dbcf to your computer and use it in GitHub Desktop.
Register redux in wordpress function.php file
//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