Title: Any Ipsum
Author: Pete Nelson
Published: <strong>2014년 9월 14일</strong>
Last modified: 2024년 12월 26일

---

플러그인 검색

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

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

![](https://ps.w.org/any-ipsum/assets/icon-128x128.png?rev=991253)

# Any Ipsum

 작성자: [Pete Nelson](https://profiles.wordpress.org/gungeekatx/)

[다운로드](https://downloads.wordpress.org/plugin/any-ipsum.1.9.4.zip)

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

 [지원](https://wordpress.org/support/plugin/any-ipsum/)

## 설명

If you’ve ever had an idea for your own custom lorem ipsum generator (like Bacon
Ipsum), this plugin will allow you to do so without any coding. Just fill in a list
of words, drop
 the `[anyipsum-form]` shortcode in a post or page, and you have 
your very own custom ipsum generator. Forked from [Bacon Ipsum](http://baconipsum.com)

Includes:

 * [anyipsum-form] shortcode for end-users to use, fully configurable
 * custom words and filler text
 * API (returns JSON, HTML or plain text)
 * oEmbed support
 * WP-CLI support via the ‘wp any-ipsum’ command

The plugin installs Bacon Ipsum filler by default, so be sure to check Settings/
Any Ipsum to fully customize your ipsum.

## 스크린샷

[⌊Configure your custom ipsum⌉⌊Configure your custom ipsum⌉[

Configure your custom ipsum

[⌊Sample form⌉⌊Sample form⌉[

Sample form

[⌊Sample output⌉⌊Sample output⌉[

Sample output

## 설치

 1. Upload the wp-any-ipsum directory to the `/wp-content/plugins/` directory
 2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
 3. Place the `[anyipsum-form]` shortcode in a page or post
 4. Check Settings/Any Ipsum to fully customize your ipsum

## FAQ

### Do you have any questions?

We can answer them here!

## 후기

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

### 󠀁[Kudos](https://wordpress.org/support/topic/kudos-67/)󠁿

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

Great plugin, fun! Easy to setup and use.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/any-ipsum/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Pete Nelson ](https://profiles.wordpress.org/gungeekatx/)
 *   [ Shawn Hooper ](https://profiles.wordpress.org/shooper/)

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

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

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

## 변경이력

#### v1.9.4 December 26, 2024

 * Fixed deprecated notices for PHP 8.

#### v1.9.3 July 31, 2018

 * Fixed bugs in the code that loads default filler and custom words and an array
   count bug (props @colinusher)

#### v1.9.1 November 15, 2017

 * Added ‘anyipsum-generated-filler’ filter to API output.

#### v1.9.0 September 23, 2016

 * Added ‘anyipsum-generated-filler’ filter to allow modification of generated filler
   before display.
 * Added ‘anyipsum-after-starts-with-row’ action to HTML form.
 * Reformatted some of the label tags in the HTML form.

#### v1.8.1 January 8, 2016

 * Fixed a bug that was always showing the ‘Starts with’ text (thanks @ghost_harrenhal)

#### v1.8.0 December 1, 2015

 * Changed the WP-CLI generate-posts output to display a progress bar instead of
   individual posts (can be toggled via –no-progress-bar)

#### v1.7.0 November 30, 2015

 * Added –category support to WP-CLI, pass in either an ID, slug, or name
 * Added –excerpt support to WP-CLI, pass this flag to use the first sentence of
   the post content as the post excerpt
 * Added ‘anyipsum-filler-wp-cli-insert-post-args’ filter to allow modifications
   of the post insert args before each new post is created
 * Added ‘anyipsum-filler-wp-cli-post-inserted’ action which is fired after each
   new post is created, passes post_id

#### v1.6.1 September 18, 2015

 * Added WP-CLI support for generating posts. Try ‘wp help any-ipsum generate-posts’
   for more info
 * Fixed a bug with sentence mode generating a random number of sentences

#### v1.5.0 June 19, 2015

 * Action ‘anyipsum-filler-generated’ is fired after either the shortcode or API
   generates any custom filler (useful for logging)

#### v1.4.1 July 30, 2015

 * Fixed a missing tag in the form

#### v1.4.0 June 9, 2015

 * Added ‘html’ format to API, which wraps each paragraph in p tags.
 * Added range values for the ‘paras’ parameter to allow random number of paragraphs,
   ex: paras=3-7
 * Added charset to Content-Type header for all API calls
 * Added Content-Length header for all API calls

#### v1.3.0 May 29, 2015

 * API now supports a ‘format’ parameter to specify return format
 * ‘text’ return format added to return ipsum in plain text

#### v1.2.3 March 27, 2015

 * Trim each word before adding it to a sentence

#### v1.2.2 March 6, 2015

 * Bux fix for API POST requests

#### v1.2.1 March 4, 2015

 * Code refactoring to use filter_input() and better WordPress coding standards
 * Fixed activation bug that was not setting up the initial oEmbed settings

#### v1.2.0 January 7, 2015

 * Added admin notice to visit settings page on plugin activation
 * Bug fix for sentences in JSON API

#### v1.1.0 October 22, 2014

 * Added a header for the form shortcode, ex: [anyipsum-form]Give our ipsum a try!
   It’s the best![/anyipsum-form]
 * Added sentence mode for ipsum generators that want to use full sentences as custom
   words.
 * The ipsum generator on baconipsum.com site is now powered by this plugin!

#### 1.0.1

 * Bug fixes for translations

#### 1.0.0

 * 초기 릴리즈

## 기초

 *  버전 **1.9.4**
 *  최근 업데이트: **2년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **6.7.9**
 *  언어
 * [English (US)](https://wordpress.org/plugins/any-ipsum/)
 * 태그:
 * [content](https://ko.wordpress.org/plugins/tags/content/)[ipsum](https://ko.wordpress.org/plugins/tags/ipsum/)
 *  [고급 보기](https://ko.wordpress.org/plugins/any-ipsum/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

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

## 기여자

 *   [ Pete Nelson ](https://profiles.wordpress.org/gungeekatx/)
 *   [ Shawn Hooper ](https://profiles.wordpress.org/shooper/)

## 지원

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

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

## 기부

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

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