get_stylesheet_directory_uri() returns localhost value
-
after deploying my changes from local to server, i dont get any theme background, on investigation it appeaed that the function
get_stylesheet_directory_uri() in functions.php in the themes directory under wp_content returns localhost path rather than the website path
it retuns http://localhost:8888/wordpress/ rather than http://mywebsite.com/
Any pointers if i need to change anything in db or anywhere else.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘get_stylesheet_directory_uri() returns localhost value’ is closed to new replies.