prso-gravity-forms-adv-uploader
prso-gravity-forms-adv-uploader copied to clipboard
prso_gformsadv_admin_notice admin URL
If a Wordpress installation has the admin core under a sub-directory for example: theme files are in... "/wp-content/themes/..." and admin files are in /wordpress/wp-admin/..."
Then you will encounter an issue with the prso_gformsadv_ignore_notice on line 49 of prso-gravity-forms-adv-uploader.php using an incorrect URL. This prevents the user from hiding the nag.
A viable fix is to change: home_url('/wp-admin/index.php') to: admin_url('index.php') on line 49.