Forums

How to get the blog domain? (1 post)

  1. h-u-g-o
    Member
    Posted 11 months ago #

    Hi!

    Is there a function to return only the blog domain, not the whole blog URL?

    I couldn't find one in the Function Reference.

    EXAMPLE:

    <?php echo get_wp_domain(); ?>

    Output: example.com

    Or do I have to cut the first eleven characters of the home_url?

    <?php echo substr(home_url(), 11); ?>

    Output: example.com

    Kind regards
    Hugo

Reply

You must log in to post.

About this Topic