diff --git a/inc/options-framework/includes/class-options-framework.php b/inc/options-framework/includes/class-options-framework.php index ae9d59e..e1589b1 100755 --- a/inc/options-framework/includes/class-options-framework.php +++ b/inc/options-framework/includes/class-options-framework.php @@ -24,7 +24,7 @@ class Options_Framework { */ function get_option_name() { - $name = ''; + $name = 'kratos'; // Gets option name as defined in the theme if ( function_exists( 'optionsframework_option_name' ) ) {