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 0a13fad commit 7a321f3Copy full SHA for 7a321f3
ReduxCore/inc/class.redux_api.php
@@ -446,6 +446,10 @@ public static function check_opt_name( $opt_name = "" ) {
446
self::$sections[ $opt_name ] = array();
447
self::$priority[ $opt_name ]['sections'] = 1;
448
}
449
+ if ( ! isset( self::$args[ $opt_name ] ) ) {
450
+ self::$args[ $opt_name ] = array();
451
+ self::$priority[ $opt_name ]['args'] = 1;
452
+ }
453
if ( ! isset( self::$fields[ $opt_name ] ) ) {
454
self::$fields[ $opt_name ] = array();
455
self::$priority[ $opt_name ]['fields'] = 1;
0 commit comments