add_filter('rttpg_disable_gutenberg_import_button', function($val){
return 'yes';
});
Just use the above filter in functions.php of your theme or child theme.
Please check below screenshot for more details.
add_filter('rttpg_disable_gutenberg_import_button', function($val){
return 'yes';
});
Just use the above filter in functions.php of your theme or child theme.
Please check below screenshot for more details.