| 开发者 | papy3d |
|---|---|
| 更新时间 | 2026年5月12日 02:32 |
| PHP版本: | 6.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
https://chuck365.fr/api.php (API) to fetch daily facts. This is a mandatory external service for the plugin to function as intended.
/wp-content/plugins/ directory of your WordPress installation.[papyfavi_fact] shortcode.No. By using the WordPress Transients API, the fact is fetched once a day and stored in your database, meaning no external API call is made for regular visitors.
Yes, you can toggle the copyright display in the plugin settings menu.
style="texas-ranger" shortcode.edit.js where papyfaviDefaults was read incorrectly, causing colors to fall back to hardcoded values instead of admin settings.default values from block.json attributes (borderColor, bgColor, textColor, title) to allow proper fallback to admin settings.enqueue_block_editor_assets hook, ensuring new blocks always reflect the configured style.rest_sanitize_boolean to the papyfavi_show_copyright setting for better data validation.