Wrong usage of home_url()?
-
Hello,
we are using the plugins “qTranslate-X” and “Q and A Focus Plus FAQ”.
Our Problem is that links from “Q and A Focus Plus FAQ” are wrong. The format is
https://mysite.com/?lang=en/faqs
. Correct ishttps://mysite.com/faqs/?lang=en
. While searching for a solution I’m searching the sourcode of “Q and A Focus Plus FAQ” and found many places likehome_url() . '/' . $qafp_options['faq_slug']
. After reading the documentation I think every place in code with this useage must be changed tohome_url('/' . $qafp_options['faq_slug'])
.Am I right? If yes can you change it in the next release please?
Thanks
https://www.ads-software.com/plugins/q-and-a-focus-plus-faq/
- The topic ‘Wrong usage of home_url()?’ is closed to new replies.