GetSimple Support Forum
get_site_url() <- with return option / disable echo'ing - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: get_site_url() <- with return option / disable echo'ing (/showthread.php?tid=1487)



get_site_url() <- with return option / disable echo'ing - yojoe - 2011-03-31

Since get_page_url function offers also to return page's url when calling it with TRUE parameter, I'd appreciate if get_site_url() function would also offer such functionality.
It would surely ease a bit some things, especially with paths to randomly created/drawn data.


get_site_url() <- with return option / disable echo'ing - ccagle8 - 2011-04-01

http://code.google.com/p/get-simple-cms/source/browse/trunk/admin/inc/theme_functions.php#321

it's already implemented - but for some reason backwards from get_page_url()


get_site_url() <- with return option / disable echo'ing - yojoe - 2011-04-01

ahh...that's why TRUE was always ... true with echo'ing Big Grin