Write a Function to get website url in wordpress?
Answer Posted / Tulika Srivastava
Here's an example PHP function to get the site URL in WordPress:nn```phpnfunction get_site_url() {n return esc_url(home_url());n}n``
Post New Answer View All Answers
Tell me how do I redirect users back to my blog's main page after they login?
198
Do you know what is the current version of wordpress?
187
How much is the wordpress business plan?
155