• wpu2

    (@wpu2)


    In the database (wp_options table, option_value for siteurl and home) a trailing slash exists, but for the href for the logo image that gets its url from get_site_url() does not have a trailing slash. I’ve also tried changing it in admin panel > settings (which strips the trailing slash I discovered) and adding items WP_HOME and WP_SITEURL in wp-config.php to no avail.

    The trailing slash has said to be added after get_site_url(). But where is this in the WP code? If this is not true, could anyone offer any suggestions regarding a fix?

  • The topic ‘Missing trailing slash after get_site_url() – where is this in the WP code?’ is closed to new replies.