Rating function tries to load images from localhost
-
After migrating my WP project from localhost to production server star rating disappered. I use
function wp_gdsr_show_article_rating($post_id);
but it still tries to load the star images from localhost:<div style="background: url(https://localhost/test/wp-content/plugins/gd-star-rating/stars/oxygen/stars24.png);">
Is there somewhere a variable in the database which the host the plugin originally was installed? Or where else from can this wrong reference come from?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rating function tries to load images from localhost’ is closed to new replies.