File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
plugins/hwp-previews/src/Integration Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 77use HWP \Previews \Admin \Settings \Fields \Settings_Field_Collection ;
88use HWP \Previews \Preview \Post \Post_Preview_Service ;
99use HWP \Previews \Preview \Post \Post_Settings_Service ;
10- use function WPE \FaustWP \Settings \faustwp_get_setting ;
1110
1211class Faust_Integration {
1312 /**
@@ -86,7 +85,7 @@ public function get_faust_frontend_url(): string {
8685 $ default_value = 'http://localhost:3000 ' ;
8786
8887 if ( $ this ->get_faust_enabled () && function_exists ( '\WPE\FaustWP\Settings\faustwp_get_setting ' ) ) {
89- $ frontend_uri = faustwp_get_setting ( 'frontend_uri ' , '' );
88+ $ frontend_uri = \ WPE \ FaustWP \ Settings \ faustwp_get_setting ( 'frontend_uri ' , '' );
9089
9190 if ( ! empty ( $ frontend_uri ) ) {
9291 return $ frontend_uri ;
You can’t perform that action at this time.
0 commit comments