add_filter( 'wpex_card_metabox', '__return_false' );
Snippets: Disable Card Settings Metabox
All PHP snippets should be added via a child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)
add_filter( 'wpex_card_metabox', '__return_false' );