ashvin
ashvin
Here is array:- ``` $plugins = array( array( 'name' => __('Elementor', 'txtdomain'), 'slug' => 'elementor', 'required' => true, ), array( 'name' => esc_html__( 'Meta Box', 'txtdomain' ), 'slug' => 'meta-box',...
Hi @richtabor Please test array the Merlin WP if you have time...
> > > Right now `merlin_after_all_import` only passes `selected_import_index`. IMO it would be better to also (or in place of) pass the data from `get_import_data_info()`. This would allow devs to...
> > > @monparaashvin make sure the $GLOBALS['wizard'] matches what's been defined as the Merlin class instance in "merlin-config.php", that's key. If you changed it then update the code respectively....