Problem with Elementor
-
The function is_elementor_activated in astra/inc/compatibility/class-astra-elementor.php call a deprecated API.
It call Plugin::$instance->db->is_built_with_elementor( $id );
instead of Plugin::$instance->documents->get( $id )->is_built_with_elementor();
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with Elementor’ is closed to new replies.