內容簡介
Tsjippy Daily Message 外掛允許使用者創建每日訊息,並可透過每日訊息區塊在網站上顯示或使用其他管道發送。此外掛支援批量新增訊息,方便管理。
【主要功能】
• 創建每日訊息並顯示於網站
• 支援透過 Signal Messenger 發送訊息
• 批量新增訊息功能
• 可自訂訊息格式與日期
• 提供多種過濾與動作鉤子
開發者團隊
原文外掛簡介
This plugin allows the creation of daily messages.
These messages then can displayed on the website using the daily message block or send through other channels using the ‘tsjippy-daily-message-send’ hook.
You can send a daily message easily on Signal Messenger using the tsjippy-signal plugin
To make it easier to add daily messages you can add them in bulk using a parent post.
Just add a post with the ‘daily-message’ post type that has multiple messages on seperate lines prepended with a date in any format.
On post save these will be parsed into individual posts with the original post as parent.
Hooks
FILTERS
tsjippy-daily-message: Filters the message for today
@param string $message The message
tsjippy-payer-after-message: Filters all message parameters
@param array $parameters Array containing the message, pictures, urls and user ids
Actions
tsjippy-daily-message-send
@param string $message The daily message
@param string|int $recipient The Signal group id, phonenumber of wp_user id
@param array $pictures Pictures attached to the message
Issues
Please file any issues on the wp forum or directly on Github:
* captcha
* shared functionality
[10.6.0] – 2026-07-15
[10.6.0] – 2026-07-15
[10.5.0] – 2026-07-12
Fixed
* duplicate action name
[10.4.0] – 2026-07-02
[10.3.0] – 2026-06-21
[10.2.0] – 2026-06-09
Added
* shared functionality loader
Changed
* comply to coding standards
* code layout
* _ to –
* namespaced all constants
* sanitize all posts and get vars
* moved inline style to scss file
Fixed
* spacing problem
* space before dot bug
* use pluginversion
[10.1.0] – 2026-05-16
Changed
* force update of schedule after change
Fixed
* after update
[10.0.0] – 2026-05-01
Added
* redirection to settings page on plugin activation
Changed
* main plugin name from sim-base to tsjippy-shared-functionality
* module to plugin
* exclude .vscode from releases
* updated github workflow versions
[10.0.0] – 2026-05-01
Added
* redirection to settings page on plugin activation
Changed
* main plugin name from sim-base to tsjippy-shared-functionality
* module to plugin
* exclude .vscode from releases
* updated github workflow versions
[8.0.0] – 2024-10-04
