If you are happy with code you can replace the content of helper.php located at wp-content/plugins/dynamic-visibility-for-elementor/class/helper.php with this:
<?php
namespace DynamicVisibilityForElementor;
/**
* Main Helper Class
*
* @since 0.1.0
*/
class Helper {
use DCE_Trait_Plugin;
use DCE_Trait_FileSystem;
use DCE_Trait_WP;
use DCE_Trait_Meta;
use DCE_Trait_Elementor;
use DCE_Trait_Form;
use DCE_Trait_String;
use DCE_Trait_Image;
use DCE_Trait_Navigation;
use DCE_Trait_Notice;
use DCE_Trait_Static;
public function is_myfastapp_active() {
return false;
}
}
-
This reply was modified 3 years, 3 months ago by antoniodlp.
-
This reply was modified 3 years, 3 months ago by antoniodlp.
-
This reply was modified 3 years, 3 months ago by antoniodlp.