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 1455fac commit 1dff00cCopy full SHA for 1dff00c
plugins/hwp-previews/src/Admin/Settings/Helper/Settings_Group.php
@@ -93,10 +93,10 @@ public function get_settings_key_in_iframe(): string {
93
*/
94
public function get_settings_config(): array {
95
return apply_filters( 'hwp_previews_settings_group_settings_config', [
96
- $this->get_settings_key_enabled() => 'bool',
+ $this->get_settings_key_enabled() => 'bool',
97
$this->get_settings_key_post_statuses_as_parent() => 'bool',
98
- $this->get_settings_key_preview_url() => 'string',
99
- $this->get_settings_key_in_iframe() => 'bool',
+ $this->get_settings_key_preview_url() => 'string',
+ $this->get_settings_key_in_iframe() => 'bool',
100
] );
101
}
102
0 commit comments