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 e2c8a30 commit 503d8f9Copy full SHA for 503d8f9
src/Model/AcfOptionsPage.php
@@ -53,7 +53,7 @@ protected function init(): void {
53
'id' => function () {
54
return Relay::toGlobalId( 'acf_options_page', $this->data['menu_slug'] );
55
},
56
- 'acfId' => 'options',
+ 'acfId' => $this->data['post_id'] ?? 'options',
57
];
58
}
59
0 commit comments