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 cf0a040 commit 1775f2dCopy full SHA for 1775f2d
plugins/hwp-previews/src/Integration/Faust_Integration.php
@@ -186,7 +186,7 @@ public function register_faust_admin_notice(): void {
186
*/
187
public function is_faust_rewrites_enabled(): bool {
188
if ( $this->get_faust_enabled() && function_exists( '\WPE\FaustWP\Settings\is_rewrites_enabled' ) ) {
189
- return \WPE\FaustWP\Settings\is_rewrites_enabled();
+ return (bool) \WPE\FaustWP\Settings\is_rewrites_enabled();
190
}
191
192
return false;
0 commit comments