Hide the Advanced Custom Fields UI in admin menu, Pro version 5
<?php add_filter( 'acf/settings/show_admin', '__return_false' ); ?>
WordPress Snippet