architecturer-elementor theme broke wp-admin
-
Good day, I have a problem with my website, I use theme architecture-elementor and transferred license from one domain to another, when I tried to login to old domain to change things, I got a fatal error Uncaught Error: Call to a member function get_items() on bool in /htdocs/wp-content/plugins/architecturer-elementor/templates.php:240
Any ideas how to override it go get access and remove the theme all together?
This is the code part that is causing the error.
` public function get_templates() {
$templates = get_transient( $this->templates_transient_key() );
if ( ! $templates ) {
$source = Elementor\Plugin::instance()->templates_manager->get_source( ‘architecturer-templates’ );
—-> 240: $templates = $source->get_items();
The topic ‘architecturer-elementor theme broke wp-admin’ is closed to new replies.