Title: Send Your Prayers
Author: DigitalME
Published: <strong>2026 年 1 月 1 日</strong>
Last modified: 2026 年 1 月 1 日

---

搜尋外掛

![](https://ps.w.org/send-your-prayers/assets/banner-772x250.png?rev=3430672)

![](https://ps.w.org/send-your-prayers/assets/icon-256x256.png?rev=3430644)

# Send Your Prayers

 由 [DigitalME](https://profiles.wordpress.org/digitalmeactivecampaign/) 開發

[下載](https://downloads.wordpress.org/plugin/send-your-prayers.1.6.2.zip)

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

 [技術支援](https://wordpress.org/support/plugin/send-your-prayers/)

## 外掛說明

Send Your Prayers allows users to submit prayer requests with optional one-time 
donations via Stripe or PayPal.

### External Services

This plugin connects to third-party payment services to process donations. The following
external services are used:

### Stripe Payment Processing

 * **What it is**: Stripe is a payment processing service used to securely handle
   credit/debit card transactions.
 * **What data is sent**: When a user submits a prayer with a donation, the plugin
   sends:
    - Payment amount and currency
    - Credit/debit card details (processed directly by Stripe’s secure payment elements)
    - User’s email address (for payment confirmation)
    - Prayer request text (as metadata for the transaction)
 * **When data is sent**: Data is sent only when a user submits the prayer form 
   with payment information.
 * **Service provider**: Stripe, Inc.
 * **Terms of Service**: https://stripe.com/legal
 * **Privacy Policy**: https://stripe.com/privacy

### PayPal Payment Processing

 * **What it is**: PayPal is a payment processing service used to handle PayPal 
   payments.
 * **What data is sent**: When a user chooses PayPal as payment method, the plugin
   sends:
    - Payment amount and currency
    - User’s email address (for payment confirmation)
    - Prayer request text (as transaction description)
    - Order information to redirect to PayPal for payment authorization
 * **When data is sent**: Data is sent only when a user submits the prayer form 
   and selects PayPal as the payment method.
 * **Service provider**: PayPal, Inc.
 * **Terms of Service**: https://www.paypal.com/us/legalhub/ua
 * **Privacy Policy**: https://www.paypal.com/us/legalhub/privacy-full

### Data Handling Notes:

 * All payment information is processed directly by the respective payment services(
   Stripe or PayPal).
 * This plugin does not store credit/debit card numbers or PayPal login credentials.
 * Email addresses and prayer requests are stored in your WordPress database for
   administrative purposes.
 * Payment services may store transaction data according to their own policies and
   legal requirements.

### Configuration

#### Payment Gateways

You need to configure at least one payment gateway:

 * **Stripe**: Get API keys from dashboard.stripe.com
 * **PayPal**: Get Client ID and Secret from developer.paypal.com

#### Page Mapping

Map your form page and thank you page in the settings for proper redirects.

### Usage

#### Shortcodes

 * `[send_your_prayers]` – Display the prayer submission form
 * `[syprayer_thank_you]` – Display thank you page after submission

#### Template Override

You can override the form template by copying `prayer-form.php` to your theme folder.

### Security Features

 * All database queries use prepared statements
 * Input sanitization on all user data
 * Nonce verification on all form submissions
 * Secure payment processing with Stripe and PayPal
 * CSRF protection

### Performance

 * Object caching for database queries
 * Efficient database schema with proper indexes
 * Minimal plugin footprint

### Privacy

This plugin collects:
 * Email addresses (for prayer submissions) * Prayer request
text * Payment information (processed by payment gateways)

All data is stored securely and can be exported/deleted via WordPress tools.

**Important**: This plugin uses third-party payment services (Stripe and PayPal)
to process donations. Please review their privacy policies and terms of service:
–
Stripe: https://stripe.com/privacy – PayPal: https://www.paypal.com/us/legalhub/
privacy-full

### Compatibility

 * Tested with WordPress 6.9
 * Compatible with PHP 7.4+
 * Works with any theme
 * No jQuery conflicts

### Support

For support, please use the WordPress.org support forums or visit https://www.digitalme.
cc

## 安裝方式

 1. Upload the entire `send-your-prayers` folder to `/wp-content/plugins/`
 2. Activate the plugin through ‘Plugins’ menu in WordPress
 3. Go to Prayers  Settings to configure payment gateways
 4. Create two pages: one for the form (add shortcode `[send_your_prayers]`) and one
    for thank you (add shortcode `[syprayer_thank_you]`)
 5. Map these pages in Prayers  Settings  Page Mapping

## 常見問題集

### What payment gateways are supported?

Stripe and PayPal are both supported. Both are external services that process payments
securely.

### Is there a free version?

This is the free version with one-time payment support.

### What data is sent to external services?

When processing payments, necessary transaction data (amount, currency, email) is
sent to the chosen payment gateway (Stripe or PayPal). No credit card numbers are
stored on your website – they are processed directly by the payment services.

### Can I use this plugin without external payment services?

No, this plugin requires at least one payment gateway (Stripe or PayPal) to be configured
for processing donations.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ DigitalME ](https://profiles.wordpress.org/digitalmeactivecampaign/)

[將〈Send Your Prayers〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/send-your-prayers)

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

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

## 變更記錄

#### 1.6.2

 * Fixed naming conventions to meet WordPress.org requirements
 * Changed prefix from “syp” to “syprayer” to avoid conflicts
 * Updated all classes, functions, and options with unique prefix
 * Fixed AJAX action names to avoid common word conflicts

#### 1.6.1

 * Added comprehensive documentation for external services
 * Clarified data handling with third-party payment processors
 * Updated privacy information

#### 1.6.0

 * Initial public release
 * Features:
    - Prayer submission system with one-time payments
    - Stripe and PayPal payment gateways
    - Admin dashboard with statistics
    - Submission limiting per email
    - Customizable form colors and text
    - Secure database implementation
    - Caching for performance
    - Responsive design
    - Translation ready
 * Security:
    - All inputs sanitized and validated
    - Prepared SQL statements
    - Nonce verification on all endpoints
    - Secure payment processing
 * Performance:
    - Database query optimization
    - Object caching implementation
    - Efficient frontend JavaScript

## 中繼資料

 *  版本 **1.6.2**
 *  最後更新 **5 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  語言
 * [English (US)](https://wordpress.org/plugins/send-your-prayers/)
 * 標籤:
 * [donations](https://tw.wordpress.org/plugins/tags/donations/)[payments](https://tw.wordpress.org/plugins/tags/payments/)
   [paypal](https://tw.wordpress.org/plugins/tags/paypal/)[prayer](https://tw.wordpress.org/plugins/tags/prayer/)
   [stripe](https://tw.wordpress.org/plugins/tags/stripe/)
 *  [進階檢視](https://tw.wordpress.org/plugins/send-your-prayers/advanced/)

## 評分

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

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

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

## 參與者

 *   [ DigitalME ](https://profiles.wordpress.org/digitalmeactivecampaign/)

## 技術支援

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

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

## 贊助

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

 [ 贊助這個外掛 ](https://www.digitalme.cc)