Title: McAvoy
Author: Steve Grunwell
Published: <strong>2016년 3월 28일</strong>
Last modified: 2016년 4월 27일

---

플러그인 검색

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

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

![](https://ps.w.org/mcavoy/assets/icon-256x256.png?rev=1380440)

# McAvoy

 작성자: [Steve Grunwell](https://profiles.wordpress.org/stevegrunwell/)

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

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

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

## 설명

McAvoy is a simple WordPress that logs site searches (and information about the 
people performing them) so you can get a better sense of what your audience is looking
for. Is your navigation unclear? Are people regularly getting lost in your infinitely-
scrolling homepage when they’re just trying to find the latest news on a topic? 
McAvoy is there, collecting the facts you need to make informed decisions!

Best of all, McAvoy is meant to grow with you, sending search query data anywhere
you need to in order to get the most meaningful results.

**Notice:** In the interest of writing the best software possible, McAvoy requires
a _minimum_ of PHP 5.3. For more information, please see the Frequently Asked Questions.

To keep up with the latest developments (or to contribute to ongoing development),
please [keep up with McAvoy on GitHub](https://github.com/stevegrunwell/mcavoy)!

## 스크린샷

[⌊A list of recent searches made on a site – judging by the terms, it sounds like
someone was hungry!⌉⌊A list of recent searches made on a site – judging by the terms,
it sounds like someone was hungry!⌉[

A list of recent searches made on a site – judging by the terms, it sounds like 
someone was hungry!

## 설치

 1. Upload the plugin files to `/wp-content/plugins/mcavoy` or install the plugin through
    the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.

## FAQ

#### Eww, this plugin adds a new database table? Can’t I put the data somewhere else?

Absolutely! Creating a new database table isn’t ideal in a lot of situations, so
McAvoy has been built from the ground-up to be flexible in the way the data is handled.

For example, if you want to send the data to something like [Firebase](https://www.firebase.com/),
you can easily do so by creating a new callback attached to the `mcavoy_save_search_query`
action:

    ```
        /**      * Save a search query to Firebase.      *      * @param string $term     The search term.      * @param array  $metadata Meta data that should be saved with the query.      */     function save_search_query_to_firebase( $term, $metadata ) {         // do something with this data!     }     add_action( 'mcavoy_save_search_query', 'save_search_query_to_firebase', 10, 2 ); 
    ```

#### What’s all this about requiring at least PHP 5.3?

McAvoy has been written using [PHP Namespaces](http://php.net/manual/en/language.namespaces.php),
which is super common in the larger PHP community but rather rare in WordPress (
as WordPress strives to support as many people as possible). For most users, this
minimum requirement shouldn’t be of any concern (after all, [security patches stopped being delivered for PHP 5.3 in mid-2014](http://php.net/supported-versions.php)).

If you **are** affected, however, I urge you to _please_ upgrade your server (or
change hosts) as soon as humanely possible. Besides the obvious benefits of having
current security patches, newer versions of PHP are more performant than ever.

#### Who the heck is McAvoy?

This plugin was designed to answer five questions about your site’s audience, specifically
those searching on it: “who”, “what”, “when”, “where”, and “why.” Those even somewhat
familiar with journalism probably recognize the importance of those five questions,
and as such I found it fitting to name the plugin after a journalist. [Edward R Murrow](https://en.wikipedia.org/wiki/Edward_R._Murrow),
[Walter Cronkite](https://en.wikipedia.org/wiki/Walter_Cronkite), and [Dan Rather](https://en.wikipedia.org/wiki/Dan_Rather)
were all contenders, but ultimately [ACN Anchor Will McAvoy](https://en.wikipedia.org/wiki/The_Newsroom_(U.S._TV_series))
won out.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Steve Grunwell ](https://profiles.wordpress.org/stevegrunwell/)

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

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

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

## 변경이력

For a complete changelog, please see [McAvoy’s GitHub repository](https://github.com/stevegrunwell/mcavoy/blob/master/CHANGELOG.md).

#### 0.1.3

 * Fixed the `mcavoy_searches` table schema to accommodate more searches.

#### 0.1.2

 * Fixed issue with WordPress Multisite wherein McAvoy would not properly set up
   the `DatabaseLogger` dependencies when network activated.

#### 0.1.1

 * Fixed cross-site scripting (XSS) bug where search terms weren’t automatically
   escaped.
 * Fixed fatal error (`Fatal error: Call to undefined function McAvoy\Admin\get_logger()`)
   when deleting saved queries that resulted as a side-effect of namespace juggling.
 * Added method access modifiers to the `ListTable` class.

#### 0.1.0

 * Initial public release.

## 기초

 *  버전 **0.1.3**
 *  최근 업데이트: **10년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 4.4 또는 그 이상 **
 *  다음까지 시험됨: **4.5.33**
 *  언어
 * [English (US)](https://wordpress.org/plugins/mcavoy/)
 * 태그:
 * [query](https://ko.wordpress.org/plugins/tags/query/)[search](https://ko.wordpress.org/plugins/tags/search/)
   [site search](https://ko.wordpress.org/plugins/tags/site-search/)[tracking](https://ko.wordpress.org/plugins/tags/tracking/)
 *  [고급 보기](https://ko.wordpress.org/plugins/mcavoy/advanced/)

## 평점

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

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

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

## 기여자

 *   [ Steve Grunwell ](https://profiles.wordpress.org/stevegrunwell/)

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](https://stevegrunwell.com/donate)