prso-gravity-forms-adv-uploader icon indicating copy to clipboard operation
prso-gravity-forms-adv-uploader copied to clipboard

prso_gformsadv_admin_notice admin URL

Open kdallas opened this issue 8 years ago • 0 comments

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.

kdallas avatar Oct 31 '16 01:10 kdallas