Title: Dynamic Hostname
Author: Takayuki Miyauchi
Published: <strong>2014년 3월 18일</strong>
Last modified: 2015년 4월 26일

---

플러그인 검색

![](https://ps.w.org/dynamic-hostname/assets/banner-772x250.png?rev=877017)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/dynamic-hostname_1b95bb.svg)

# Dynamic Hostname

 작성자: [Takayuki Miyauchi](https://profiles.wordpress.org/miyauchi/)

[다운로드](https://downloads.wordpress.org/plugin/dynamic-hostname.0.4.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/dynamic-hostname/#description)
 * [평가](https://ko.wordpress.org/plugins/dynamic-hostname/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/dynamic-hostname/#installation)
 * [개발](https://ko.wordpress.org/plugins/dynamic-hostname/#developers)

 [지원](https://wordpress.org/support/plugin/dynamic-hostname/)

## 설명

This plugin changes dynamically and automatically the host name which WordPress 
uses. For example, when you run WordPress on your different servers, for production,
development or staging, the host name will be changed dynamically and each site 
won’t have broken links. It’s very useful when you use it with Vagrant Cloud.

#### Some features

 * Temporarily changes the host name to the current host name ($_SERVER[‘HTTP_HOST’]).
 * Also replaces the host name of the links to the contents and the images in the
   same site.
 * The host name included in the contents on the development server will be changed
   to the one for the production server. (You don’t need to replace the host name
   in the database when you move it to the production server.)
 * The host name in the editor window is temporarily replaced with the current host
   name, so when you edit some on the development server, you never have broken 
   links.

#### Hooks to use for replacing

This plugin uses the filter hooks below to replace the host name in URL.

    ```
    $hooks = array(
        "home_url",
        "site_url",
        "stylesheet_directory_uri",
        "template_directory_uri",
        "plugins_url",
        "wp_get_attachment_url",
        "theme_mod_header_image",
        "theme_mod_background_image",
        "the_content",
        "upload_dir",
        "widget_text",
    );
    ```

Those hooks also have their own filter hooks, so you can customize with other plugins
you are using, etc.

    ```
    add_filter('dynamic_hostname_filters' function($hooks){
        $hooks[] = 'some_filter_hook';
        return $hooks;
    });
    ```

## 설치

#### Manual Installation

 1. Upload the entire `/dynamic-hostname` directory to the `/wp-content/plugins/` directory.
 2. Activate through the ‘Plugins’ menu in WordPress.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Dynamic Hostname”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)
 *   [ DigitalCube Inc. ](https://profiles.wordpress.org/megumithemes/)
 *   [ tekapo ](https://profiles.wordpress.org/tekapo/)
 *   [ Takashi Kitajima ](https://profiles.wordpress.org/inc2734/)
 *   [ Toro_Unit (Hiroshi Urabe) ](https://profiles.wordpress.org/toro_unit/)

[자국어로 “Dynamic Hostname”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/dynamic-hostname)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/dynamic-hostname/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/dynamic-hostname/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/dynamic-hostname/)을 [RSS](https://plugins.trac.wordpress.org/log/dynamic-hostname/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.4.1

 * Tested up to 4.1

#### 0.1.0

 * First release

## 기초

 *  버전 **0.4.2**
 *  최근 업데이트: **11년 전**
 *  활성화된 설치 **300+**
 *  워드프레스 버전 ** 3.8 또는 그 이상 **
 *  다음까지 시험됨: **4.2.39**
 *  언어
 * [English (US)](https://wordpress.org/plugins/dynamic-hostname/)
 * 태그:
 * [hostname](https://ko.wordpress.org/plugins/tags/hostname/)[site_url](https://ko.wordpress.org/plugins/tags/site_url/)
 *  [고급 보기](https://ko.wordpress.org/plugins/dynamic-hostname/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/dynamic-hostname/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/dynamic-hostname/reviews/)

## 기여자

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)
 *   [ DigitalCube Inc. ](https://profiles.wordpress.org/megumithemes/)
 *   [ tekapo ](https://profiles.wordpress.org/tekapo/)
 *   [ Takashi Kitajima ](https://profiles.wordpress.org/inc2734/)
 *   [ Toro_Unit (Hiroshi Urabe) ](https://profiles.wordpress.org/toro_unit/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/dynamic-hostname/)