How to disable the Software tab in My Account area

To disable the Software tab in My Account’s area, add the following code either in your theme’s functions.php file or as a mu-plugin (Must-Use Plugin)

add_filter('dlm_myaccount_software_page', '__return_false');