Tokusho Generator

外掛說明

Tokusho Generator helps site owners create a legal disclosure page required under Japan’s Specified Commercial Transactions Act.
Saved data can be displayed on any page using the [tokusho] shortcode.

Key features:

  • Save required fields from an admin form
  • Validate input values before publishing
  • Render output with the [tokusho] shortcode
  • Download generated HTML

安裝方式

  1. Upload the tokusho-generator folder to /wp-content/plugins/.
  2. Activate Tokusho Generator from the WordPress Plugins screen.
  3. Open the plugin admin menu and save your business/legal details.
  4. Add [tokusho] to a page and publish it.

常見問題集

Where is the output displayed?

It is displayed on any page/post where you place the [tokusho] shortcode.

Where is the data stored?

Data is stored in the WordPress options table (option key: tokusho_generator_data).

使用者評論

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

參與者及開發者

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

參與者

將〈Tokusho Generator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.4.0

  • Compatible with WordPress 7.0

1.3.0

  • Change Plugin URL
  • Bug fixed

1.2.0

  • Change Composer vendor name to 369work/tokusho-generator
  • Prepare core library for Packagist distribution

1.1.0

  • Sanitize $_GET parameters with sanitize_text_field() and wp_unslash()
  • Use wp_safe_redirect() instead of wp_redirect() for internal redirects
  • Add detailed phpcs:ignore comments for trusted library output

1.0.1

  • .gitignore delete

1.0.0

  • Initial release