recently, i can't get plugin update notifications from my admin pages. Is it a drawback of adding
`
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS',true);
`
to wp-config?
Is there any way to get plugin update notifications from dashboard without changing these two lines of code?
Thank you.