Reset All Button link issue
-
Just an FYI, there are WordPress setups out there that don’t use the default WordPress structure. So using “site_url()” in a plugin can cause errors on those sites. As an example, I have a structure where my WordPress core files reside in a “wp” folder and my other files reside in a “content” folder. So, my call for that button url would need to have “home_url()” instead of “site_url()”. I think you always a safe bet to just use “home_url()” in most cases.
I had to go into your plugin under includes/vehicle_functions.php and on line 51 change “site_url()” to “home_url()”.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Reset All Button link issue’ is closed to new replies.