Title: SDK WP DYNAMIC URL
Author: Shiv Kumar Sharma
Published: <strong>2018 年 12 月 18 日</strong>
Last modified: 2018 年 12 月 21 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# SDK WP DYNAMIC URL

 由 [Shiv Kumar Sharma](https://profiles.wordpress.org/sdkwebmasters/) 開發

[下載](https://downloads.wordpress.org/plugin/sdk-wp-dynamic-url.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/sdk-wp-dynamic-url/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/sdk-wp-dynamic-url/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/sdk-wp-dynamic-url/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/sdk-wp-dynamic-url/#developers)

 [技術支援](https://wordpress.org/support/plugin/sdk-wp-dynamic-url/)

## 外掛說明

SDK WP DYNAMIC URL can help you to customzise the url without the hurdle of adding
the static url. It automatically fetches the site_url() and create the URL based
on parameters or without parameters.

It adds a settings page to “Dashboard”->”Settings”->”SDK WP DYNAMIC URL” where you
can customize the settings but currently under development. It will be in future
versions.

#### Usage

 1. Download and extract `sdk-wp-dynamic-url.zip` to `wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Paste the shortcode in your posts or pages.

If you want only the site_url() in your posts, then use:-

    ```
    [sdk-site-url]
    ```

You can leave the ‘path’ parameter as blank if you want only site_url().

For terminating URL’s You can use it like.

    ```
    [sdk-site-url path="PATH_OF_IMAGE"]
    ```

Example Usage:-

    ```
    [sdk-site-url path="/assets/images/sdk.jpg"]
    ```

The above shortcode will output.

    ```
    http://your_domain_name.com/assets/images/sdk.jpg
    ```

For php files you can use this like.

    ```
    <?php do_shortcode('[SHORTCODE_HERE]'); ?>
    ```

## 安裝方式

 1. Download and extract `sdk-wp-dynamic-url.zip` to `wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈SDK WP DYNAMIC URL〉的開發相關工作。

參與者

 *   [ Shiv Kumar Sharma ](https://profiles.wordpress.org/sdkwebmasters/)

[將〈SDK WP DYNAMIC URL〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/sdk-wp-dynamic-url)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/sdk-wp-dynamic-url/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/sdk-wp-dynamic-url/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/sdk-wp-dynamic-url/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/sdk-wp-dynamic-url/)。

## 中繼資料

 *  版本 **1.0.6**
 *  最後更新 **8 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.0.25**
 *  語言
 * [English (US)](https://wordpress.org/plugins/sdk-wp-dynamic-url/)
 * 標籤:
 * [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)[url](https://tw.wordpress.org/plugins/tags/url/)
 *  [進階檢視](https://tw.wordpress.org/plugins/sdk-wp-dynamic-url/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/sdk-wp-dynamic-url/reviews/)

## 參與者

 *   [ Shiv Kumar Sharma ](https://profiles.wordpress.org/sdkwebmasters/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/sdk-wp-dynamic-url/)