Inappropriate use of get_bloginfo( 'url' )
-
Lines 15, 77 and 80.
get_bloginfo( ‘url’ ) returns the site url. What you need is get_bloginfo( ‘wpurl’ ) which returns the url to the wp install (which may or may not be the same as the site url).
Also, wp_login_url() can be used to get the login url directly on line 80.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Inappropriate use of get_bloginfo( 'url' )’ is closed to new replies.