We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e79c9 commit 62a62bcCopy full SHA for 62a62bc
classes/setup.class.php
@@ -70,7 +70,7 @@ public static function setup() {
70
CSF_Options::instance( $key, $params );
71
72
if( ! empty( $value['show_in_customizer'] ) ) {
73
- self::$args['customize_opts'][$key] = ( is_array( $value['show_in_customizer'] ) ) ? $value['show_in_customizer'] : $value;
+ self::$args['customize_options'][$key] = ( is_array( $value['show_in_customizer'] ) ) ? $value['show_in_customizer'] : $value;
74
}
75
76
0 commit comments