Skip to content

Commit 62a62bc

Browse files
committed
fixed options panel show in customizer option
1 parent 71e79c9 commit 62a62bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/setup.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function setup() {
7070
CSF_Options::instance( $key, $params );
7171

7272
if( ! empty( $value['show_in_customizer'] ) ) {
73-
self::$args['customize_opts'][$key] = ( is_array( $value['show_in_customizer'] ) ) ? $value['show_in_customizer'] : $value;
73+
self::$args['customize_options'][$key] = ( is_array( $value['show_in_customizer'] ) ) ? $value['show_in_customizer'] : $value;
7474
}
7575

7676
}

0 commit comments

Comments
 (0)