Title: Shortcode Reference
Author: Bart Stroeken
Published: <strong>2010년 12월 4일</strong>
Last modified: 2022년 1월 25일

---

플러그인 검색

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

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

# Shortcode Reference

 작성자: [Bart Stroeken](https://profiles.wordpress.org/bartee/)

[다운로드](https://downloads.wordpress.org/plugin/shortcode-reference.zip)

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

 [지원](https://wordpress.org/support/plugin/shortcode-reference/)

## 설명

One of the fancy things within WordPress-plugins, is the availability of shortcodes.

These codes will provide access to plugin-specific things, like displaying a gallery,
or a Google-Map. The downside about this, is that there’s no generic overview of
all available shortcodes within your environment.

This plugin will provide a list of all available shortcodes, right where the action
is. When you’re editing your content. And it won’t skip the details: it’ll show 
you what its origin is.
 Most of all, if it’s available in the sourcecode, the documentation
will be shown.

The plugin is largely based on [PHP’s Reflection functionality](http://php.net/manual/en/book.reflection.php),
and therefore only available from PHP version 5.0.0.

## 스크린샷

[⌊This little meta-box will be provided when you're editing posts, pages or links.⌉⌊
This little meta-box will be provided when you're editing posts, pages or links.⌉[

This little meta-box will be provided when you’re editing posts, pages or links.

## 설치

To install Shortcode Reference:

 1. Download & unzip the ‘shortcode-reference.zip’ into the `/wp-content/plugins/` 
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. You’ll have an extra meta-box when editing posts, pages and links, providing realtime
    information about your available shortcodes and how to use them – if the code they
    use is documented properly

## FAQ

N/A

## 후기

![](https://secure.gravatar.com/avatar/8bba39864c4ec125e22588553d43b1a2b7f2f7c6ce27687f56a3114665533915?
s=60&d=retro&r=g)

### 󠀁[Great tool – if it works – no longer seems to be supported](https://wordpress.org/support/topic/great-tool-if-it-works-no-longer-seems-to-be-supported/)󠁿

 [Jon](https://profiles.wordpress.org/omanhene/) 2018년 2월 14일

I use this tool on several sites, and it works very well on most of them. Hence 
the 5 stars. It is extremely helpful tool which adds a great feature when using 
themes that provide extra shortcodes you may not be aware of. I will continue to
use it, however, it does not appear to be supported actively any more and it is 
not compatible with one of my sites. So just be aware that you may need to deactivate
it if your editor stops loading properly, or loads a blank wysiwyg box. As far as
I can tell it is still compatible with the 4.9.4 version of WP. It just no longer
may play well with some of your other plugins. Might be a problem with WooCommerce
or Jetpack, but I need those, so cannot remove them.

![](https://secure.gravatar.com/avatar/50b96fd2601fe30da6c410107f2310518121de15069269ba9c3b56d6e0c17ee1?
s=60&d=retro&r=g)

### 󠀁[The editor breaks when using the plugin](https://wordpress.org/support/topic/the-editor-breaks-when-using-the-plugin/)󠁿

 [botilada](https://profiles.wordpress.org/botilada/) 2017년 10월 10일

The editor stops working when this plugin is activated.

![](https://secure.gravatar.com/avatar/f5935bc8084633649064b5dd2048e072adae45aaec26907e5efbee72e0d6cea4?
s=60&d=retro&r=g)

### 󠀁[It removes visual redactor in wordpress.](https://wordpress.org/support/topic/it-removes-visual-redactor-in-wordpress/)󠁿

 [alexandriusii](https://profiles.wordpress.org/alexandriusii/) 2017년 8월 7일

It removes visual redactor in wordpress. Spent 1,5 hours to find the problems. Though
had got new experience in finding troubles caused by old and not already supported
plugins. Thanks for that. Please update your plugin or delete it.

![](https://secure.gravatar.com/avatar/1795677d27d7208b6092e62c88ee751fdae588000d718dfc6e88224c79dfd390?
s=60&d=retro&r=g)

### 󠀁[Not compatible with Visual Composer](https://wordpress.org/support/topic/not-compatible-with-visual-composer-4/)󠁿

 [m.hallor](https://profiles.wordpress.org/mhallor/) 2016년 9월 3일

Broke it, the composer worked again once i uninstalled this shortcode plugin.

 [ 모든 8 평가 읽기 ](https://wordpress.org/support/plugin/shortcode-reference/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Bart Stroeken ](https://profiles.wordpress.org/bartee/)

[자국어로 “Shortcode Reference”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/shortcode-reference)

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

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

## 변경이력

#### 1.1.0

 * Fixed a blocking UI bug by fixing jQuery event handling.

#### 1.0

 * If a found shortcode originates from the themes-directory, it will tell you so.
   
   Also, if it is available, it will give you the documentation.

#### 0.2

 * Added reference box to all public post types.
 * Changed resolving of the plugin’s css/js files
 * Made file lookup case sensitive

#### 0.1

 * First release
 * Get a list of all available shortcodes in a meta-box when editing pages or posts.
 * Get the details of a shortcode
 * Get or generate a link to a place where more info is available

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **4년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **5.8.13**
 *  언어
 * [English (US)](https://wordpress.org/plugins/shortcode-reference/)
 * 태그:
 * [links](https://ko.wordpress.org/plugins/tags/links/)[page](https://ko.wordpress.org/plugins/tags/page/)
   [post](https://ko.wordpress.org/plugins/tags/post/)[reference](https://ko.wordpress.org/plugins/tags/reference/)
   [shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
 *  [고급 보기](https://ko.wordpress.org/plugins/shortcode-reference/advanced/)

## 평점

 별 5점 만점에 3.4점.

 *  [  4/5-별점 후기     ](https://wordpress.org/support/plugin/shortcode-reference/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/shortcode-reference/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/shortcode-reference/reviews/?filter=3)
 *  [  1/2-별점 후기     ](https://wordpress.org/support/plugin/shortcode-reference/reviews/?filter=2)
 *  [  2/1-별점 후기     ](https://wordpress.org/support/plugin/shortcode-reference/reviews/?filter=1)

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

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

## 기여자

 *   [ Bart Stroeken ](https://profiles.wordpress.org/bartee/)

## 지원

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

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

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7T3QDZA9SP7D2)