Title: Hola Simpsons
Author: Pablo Di Loreto
Published: <strong>2020 年 2 月 11 日</strong>
Last modified: 2026 年 5 月 4 日

---

搜尋外掛

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

![](https://ps.w.org/hola-simpsons/assets/icon-128x128.png?rev=3517890)

# Hola Simpsons

 由 [Pablo Di Loreto](https://profiles.wordpress.org/pablodiloreto/) 開發

[下載](https://downloads.wordpress.org/plugin/hola-simpsons.1.4.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/hola-simpsons/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/hola-simpsons/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/hola-simpsons/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/hola-simpsons/#developers)

 [技術支援](https://wordpress.org/support/plugin/hola-simpsons/)

## 外掛說明

‘Hola Simpsons’ is a plugin that show quotes from ‘Los Simpsons’ in your admin area,
in spanish. For each refresh, you will find at the top of the admin-area a quote
from any character in the series.

Now with iconic quotes from the original English, Spain (es_ES), Brazilian Portuguese(
pt_BR) and Italian (it_IT) dubs of the show, in addition to the original Latin American
Spanish dub. The plugin auto-selects the right set based on the user’s WordPress
locale (e.g. en_GB  English, pt_PT  Brazilian Portuguese, es_AR/es_MX  LATAM Spanish).
Languages without a curated set fall back to LATAM Spanish.

## 螢幕擷圖

 * [[
 * Example quote from the plugin, in the admin area.

## 安裝方式

The normal plugin install process applies, that is search for ‘Hola Simpsons’ from
your plugin screen or via the manual method:

 1. Upload the ‘Hola Simpsons’ folder into your ‘/wp-content/plugins/’ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s it! ‘Hola Simpsons’ will appear with quotes in your admin area.

## 常見問題集

### Does this plugin host information in the local WordPress database?

No. Currently the plugin does not host information in the database. We have plans
that do so in future versions.

### Can I add new quotes or remove the ones I don’t like?

No. Currently these actions cannot be performed. We have plans that you can customize
quotes in future versions.

### In which languages will the quotes be displayed?

The plugin auto-selects the quote set based on your WordPress user locale. Currently
supported sets: Latin American Spanish (default and fallback), European Spanish (
es_ES), Brazilian Portuguese (pt_BR), Italian (it_IT) and original English (en_US).
Variants like en_GB or pt_PT fall back to en_US and pt_BR respectively. Locales 
with no curated set fall back to LATAM Spanish.

### Does this plugin connect to any external web service?

Not right now. We have plans to do it in future versions, to obtain updated quotes
without the need for changes in the code.

### I love it, how can I show my appreciation?

If you have been impressed with this plugin and would like to somehow show some 
appreciation, rather than send a donation my way, please donate to your charity 
of choice. I will never ask for any form of reward or compensation. Helping others
achieve their goals is satisfying for me 🙂

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Hola Simpsons〉的開發相關工作。

參與者

 *   [ Pablo Di Loreto ](https://profiles.wordpress.org/pablodiloreto/)

〈Hola Simpsons〉外掛目前已有 8 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/hola-simpsons/contributors)
為這個外掛做出的貢獻。

[將〈Hola Simpsons〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/hola-simpsons)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/hola-simpsons/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/hola-simpsons/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/hola-simpsons/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/hola-simpsons/)。

## 變更記錄

#### 1.4.1 (2026-05-04)

 * Readme polish: added the missing `== Upgrade Notice ==` entry for 1.4.0 (and 
   1.4.1) so users see proper update copy in their WP Admin. No functional changes.

#### 1.4.0 (2026-05-04)

 * Hardened output: quote text now passes through `esc_html`, so any future contributed
   quote that contains markup is rendered safely. Defense-in-depth even though current
   quote data is in-file constants.
 * Switched the random-quote picker from `mt_rand` to `wp_rand` for better entropy
   and consistency with WordPress conventions.
 * Plugin header now declares `License: GPLv2 or later` and a direct-file-access
   guard, satisfying WordPress Plugin Check.
 * Internal: full developer-experience stack added — CI matrix on PHP 7.0–8.3, PHPCS(
   WordPress Coding Standards), PHPStan level 8, Psalm taint analysis, PHPUnit (
   12 unit tests), WP-CLI i18n validation, and tag-format/triple-version-alignment
   checks at deploy time. No runtime behaviour changes from this stack.

#### 1.3.2 (2026-04-28)

 * Added iconic quote sets from the original English, European Spanish, Brazilian
   Portuguese, and Italian dubs of The Simpsons.
 * New locale-aware quote selection: the plugin picks the quote set based on the
   user’s WordPress locale, with fallback by language family (e.g. en_GB  en_US,
   pt_PT  pt_BR) and a final fallback to Latin American Spanish.
 * Refactored quote storage and selection into dedicated functions; output uses 
   the proper `lang` attribute when the quote language differs from the user’s UI
   language.

#### 1.3.1 (2026-04-28)

 * Typo fix in screenshot caption (“quota”  “quote”).

#### 1.3 (2026-04-22)

 * Added several new classic quotes from ‘The Simpsons’.
 * Compatibility verified with the latest WordPress versions.
 * Added “Requires PHP” header.
 * Added proper text-domain to translatable strings.
 * Minor typo corrections in the changelog.

#### 1.2.4

 * Compatibility with WP 5.6.1 checked. No functional changes.

#### 1.2.3 (2020-04-05)

 * Bug in Author URL. Done.

#### 1.2.2 (2020-04-05)

 * Compatibility with WP 5.4
 * Changes in minimal requirements (now, it requires WP 5.1.2).
 * New quotes!

#### 1.2.1 (2020-02-11)

 * Minor corrections for readme.txt and plugin headers. Nothing functional.
 * We will not continue playing :-).

#### 1.2 (2020-02-10)

 * Just testing automatic update from WordPress Plugins section.

#### 1.1 (2020-02-10)

 * Just testing new version in WordPress SVN.

#### 1.0 (2020-02-10)

 * Initial source code. Part of the code is from ‘Hello Dolly’ (a great) plugin.
 * Bump tested WordPress version to 5.3.2

## 中繼資料

 *  版本 **1.4.1**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.1.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/hola-simpsons/)、[Spanish (Argentina)](https://es-ar.wordpress.org/plugins/hola-simpsons/)、
   [Spanish (Chile)](https://cl.wordpress.org/plugins/hola-simpsons/)、[Spanish (Colombia)](https://es-co.wordpress.org/plugins/hola-simpsons/)、
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/hola-simpsons/)、[Spanish (Honduras)](https://es-hn.wordpress.org/plugins/hola-simpsons/)、
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/hola-simpsons/)、[Spanish (Spain)](https://es.wordpress.org/plugins/hola-simpsons/)、
   及 [Spanish (Venezuela)](https://ve.wordpress.org/plugins/hola-simpsons/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/hola-simpsons)
 * 標籤:
 * [frases](https://tw.wordpress.org/plugins/tags/frases/)[quotes](https://tw.wordpress.org/plugins/tags/quotes/)
 *  [進階檢視](https://tw.wordpress.org/plugins/hola-simpsons/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/hola-simpsons/reviews/)

## 參與者

 *   [ Pablo Di Loreto ](https://profiles.wordpress.org/pablodiloreto/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/hola-simpsons/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://pablodiloreto.com/hola-simpsons/)