Title: WP Admin Buttons
Author: miunosoft
Published: <strong>2015년 1월 30일</strong>
Last modified: 2015년 2월 1일

---

플러그인 검색

![](https://ps.w.org/wp-admin-buttons/assets/banner-772x250.png?rev=1079324)

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

![](https://ps.w.org/wp-admin-buttons/assets/icon-256x256.png?rev=1079307)

# WP Admin Buttons

 작성자: [miunosoft](https://profiles.wordpress.org/miunosoft/)

[다운로드](https://downloads.wordpress.org/plugin/wp-admin-buttons.1.0.2.zip)

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

 [지원](https://wordpress.org/support/plugin/wp-admin-buttons/)

## 설명

#### Features

 * **Widget**
 * **Shortcode** – for the parameters see the Other Notes section.
 * **Custom Colors** – set your favorite colors.

#### Shortcode and Function Parameters

The following parameters can be used for the shortcode or the PHP function of the
plugin, `printWPAdminButton()`

 * **href** – the link url.
 * [wp_admin_button href=”http://my-download-url/file.zip”]
 *  ‘http://my-download-url/file.zip’) ); ?>
 * **label** – the text label shown in the button.
 * [wp_admin_button label=”Get” href=”http://my-download-url/file.zip”]
 *  ‘Get’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>
 * **size** – the button size. This argument accepts either `large`, `medium`, `
   small`.
 * [wp_admin_button size=”large” href=”http://my-download-url/file.zip”]
 *  ‘large’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>
 * **type** – the button type. This argument accepts either `button-primary`, or`
   buton-secondary`.
 * [wp_admin_button type=”button-secondary” href=”http://my-download-url/file.zip”]
 *  ‘button-secondary’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>

The follwoing color arguments can override the defult colors.

 * **label_color** – the label text color.
 * **background_color** – the button background color.
 * **border_color** – the button border color.
 * [wp_admin_button label_color=”#ccc” background_color=”transparent” href=”http://
   my-download-url/file.zip”]
 *  ‘#ccc’,
    ‘background_color’ => ‘transparent’, ‘href’ => ‘http://my-download-
   url/file.zip’, ) ); ?>

The following additional HTML tag attributes can be set.

 * **title** – the `title` attribute.
 * **class** – the `class` attribute.
 * **style** – the `inline` style attribute.
 * **target** – the `target` attribute.
 * **rel** – the `rel` attribute.
 * [wp_admin_button title=”Get the file now!” class=”my-custom-class-selector” “
   style=”text-align:center;” target=”_blank” rel=”nofollow” href=”http://my-download-
   url/file.zip”]
 *  ‘button-secondary’,
    ‘title’ => ‘Get the file now!’, ‘class’ => ‘my-custom-class-
   selector’, ‘style’ => ‘text-align:center’, ‘target’ => ‘_blank’, ‘href’ => ‘http://
   my-download-url/file.zip’, ) ); ?>

## 스크린샷

[⌊Widget Form⌉⌊Widget Form⌉[

**_Widget Form_**

[⌊Front-end⌉⌊Front-end⌉[

**_Front-end_**

## 설치

#### Install

 1. Upload **`wp-admin-buttons.php`** and other files compressed in the zip folder 
    to the **`/wp-content/plugins/`** directory.,
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ miunosoft ](https://profiles.wordpress.org/miunosoft/)
 *   [ Michael Uno ](https://profiles.wordpress.org/michael-uno/)

[자국어로 “WP Admin Buttons”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-admin-buttons)

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

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

## 변경이력

#### 1.0.2 – 2015/02/01

 * Fixed field title labels of the widget form.

#### 1.0.1 – 2015/01/31

 * Fixed a misspelled function name.

#### 1.0.0 – 2015/01/31

 * Chagned the version for release.

#### 0.0.6

 * Fixed a compatibility issue with third-party plugins.

#### 0.0.5

 * Added the ability to restore the previous color when the mouse cursor goes out
   the button.

#### 0.0.4

 * Added custom mouse hover color fields.

#### 0.0.3

 * Added a description field in the widget form.

#### 0.0.2

 * Fixed some small bugs.

#### 0.0.1 – 2015/01/27

 * Released beta.

## 기초

 *  버전 **1.0.2**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.3 또는 그 이상 **
 *  다음까지 시험됨: **4.1.0**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-admin-buttons/)
 * 태그:
 * [admin ui](https://ko.wordpress.org/plugins/tags/admin-ui/)[button](https://ko.wordpress.org/plugins/tags/button/)
   [buttons](https://ko.wordpress.org/plugins/tags/buttons/)[shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
   [widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-admin-buttons/advanced/)

## 평점

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

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

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

## 기여자

 *   [ miunosoft ](https://profiles.wordpress.org/miunosoft/)
 *   [ Michael Uno ](https://profiles.wordpress.org/michael-uno/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-admin-buttons/)

## 기부

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

 [ 이 플러그인에 기부하기 ](http://en.michaeluno.jp/donate)