Title: Notifications
Author: Chris Reynolds
Published: <strong>2013년 2월 4일</strong>
Last modified: 2014년 6월 4일

---

플러그인 검색

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

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

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

# Notifications

 작성자: [Chris Reynolds](https://profiles.wordpress.org/jazzs3quence/)

[다운로드](https://downloads.wordpress.org/plugin/notifications.1.1.3.zip)

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

 [지원](https://wordpress.org/support/plugin/notifications/)

## 설명

How many times have you needed to display a notice across your site? Too many, if
you ask me. I wrote this plugin because many of the notification bar plugins out
there leave much to be desired. Either there are too many options or not enough 
or not the ones that I want. Plus, it’s not easy to create a notice — you have to
go to some crazy screen and set options unique to that plugin.

This plugin uses custom post types, so notifications are set up like mini-posts 
that we all know and love. Multiple controls, as well as a built-in filter, enable
developers and casual users alike to easily customize the notification bar to your
heart’s content.

**Update:** This plugin now supports the [Theme Hook Alliance](https://github.com/zamoose/themehookalliance)`
tha_body_top` action. If you are using the `body_open` action in your child theme,
please change this to `tha_body_top`, e.g.

    ```
    do_action( 'tha_body_top' );
    ```

#### Usage

Notifications looks for the `body_open` hook. This hook was first [proposed on Trac](https://core.trac.wordpress.org/ticket/12563#comment:10)
by [Andrew Nacin](https://twitter.com/nacin) as a way to hook into an action that
fires immediately after the `<body>` tag in the code.

Want to filter the output to customize how the notification gets displayed? Use 
the `notf_notification_filter` filter in your plugin or theme, like this:

    ```
         function my_test_filter( $output ) {
            $output = '<span class="whoops-i-did-it-again" style="color: red;">'.notf_message().'</span>';
            return $output;
         }
         add_filter( 'notf_notification_filter', 'my_test_filter' );
    ```

**Important:** Use the `notf_message` function in your filter to return the actual
notification.

## 스크린샷

 * [[
 * Default style
 * [[
 * Something cool
 * [[
 * Metallic
 * [[
 * Any color, as long as it’s gray
 * [[
 * A real hot one
 * [[
 * Getting warmer
 * [[
 * Lemon
 * [[
 * Orange
 * [[
 * Plain Jane
 * [[
 * Press’d!
 * [[
 * Another admin bar
 * [[
 * Tax Return
 * [[
 * Bright idea
 * [[
 * Alert!
 * [[
 * Something bad
 * [[
 * You should know…
 * [[
 * Success!!
 * [[
 * No styles

## 설치

 1. Upload the plugin via FTP or the plugin uploader to your `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. If your theme does not natively support the `tha_body_top` hook, open your `header.
    php` and add the following immediately after the `<body>` tag:

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Chris Reynolds ](https://profiles.wordpress.org/jazzs3quence/)

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

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

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

## 변경이력

#### 1.1.3

 * Checks for messages before trying to output them (thanks Daron Spence!)

#### 1.1.2

 * Updates support for [Theme Hook Alliance](https://github.com/zamoose/themehookalliance)
   action hook instead of arbitrary, theme-specific hooks.

#### 1.1.1

 * fixes validation _doing_it_wrong()

#### 1.1

 * added sticky option, to stick the notification to the top of the page, rather
   than scrolling with the page.

#### 1.0.1

 * removes menu order (can conflict with other post types with same menu order)

#### 1.0

 * first public release

## 기초

 *  버전 **1.1.3**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **30+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/notifications/)
 *  [고급 보기](https://ko.wordpress.org/plugins/notifications/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

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

## 기여자

 *   [ Chris Reynolds ](https://profiles.wordpress.org/jazzs3quence/)

## 지원

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

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

## 기부

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

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