I would like to be able to disable the WordPress and Plugins updates through code so that even the wordprees admin can not do it.
Only when the web developer allows it.
Do these lines serve me?
define( 'AUTOMATIC_UPDATER_DISABLED', true );
define( 'WP_AUTO_UPDATE_CORE', false );