Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 571479a

Browse files
committed
#188 - Options object field not rendering. Someone forgot to set the field name in the extension class. :P
1 parent b711f57 commit 571479a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-core/inc/extensions/options_object/class-redux-extension-options-object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Redux_Extension_Options_Object extends Redux_Extension_Abstract {
3333
*
3434
* @var string
3535
*/
36-
private $field_name = 'my_extension';
36+
private $field_name = 'options_object';
3737

3838
/**
3939
* Is field bit.

0 commit comments

Comments
 (0)