Plugin Readme Generator

Overview

Use this tool to create custom readme.txt file for your WordPress plugin.

Usage

  • Fill in the user-friendly form.
  • Click the “Update Code” button.
  • Copy the code to your project.
  • Or save it as a snippet and share with the community.

Examples

If you are still learning how to use this tool, check out the following examples:

The name of the plugin.
Comma separated list of WordPress.org usernames.
Comma separated list of tags.
Plugin license.
Plugin license URI.
The lowest WordPress version the plugin will work on.
The highest WordPress version the plugin test on.
The lowest PHP version required to run the plugin.
The subversion "tag" of the latest stable version, or "trunk". Default: trunk
Description in 2-3 sentences, up to 150 characters, no markup.
Plugin full description. No characters limit.
Plugin installation instruction.
Plugin frequently asked questions.
Screenshot description.
Screenshot description.
Screenshot description.
List versions from most recent at top to oldest at bottom.
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
  Save Snippet
=== EZ Shortcode Content ===
Contributors: nonelin
Tags: Shortcode, plugin, wordpress
Donate link: https://dafatime.idv.tw
Requires at least: 6.0
Tested up to: 6.3.2
Requires PHP: 8.1
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

簡單短代碼內容,簡稱 "EZSC",使用 EZSC 建立短代碼內容,插入文章內容中,來顯示自訂內容,在短代碼中添加開始與結束時間,達到定時顯示隱藏內容功能。

== Description ==
簡單短代碼內容,簡稱 "EZSC",使用 EZSC 建立短代碼內容,插入文章內容中,來顯示自訂內容,在短代碼中添加開始與結束時間,達到定時顯示隱藏內容功能。

== Installation ==
1. Upload "ez-shortcode-content" to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Create "Shortcode Content" content.
4. Go to posts insert Shortcode. e.g. [ez_shortcode post_id="444" start_time="2023-11-13 12:00" end_time="2023-11-30 12:00"]
*[ez_shortcode post_id="[Shortcode ID]" start_time="[datetime]" end_time="[datetime]"]

== Screenshots ==
1. Shortcode content list to screenshot-1.
2. Shortcode content edit to screenshot-2.
3. Shortcode content TinyMCE editor button insert to screenshot-3.

== Changelog ==
= 0.2 =
* add gutenberg insert Shortcode button .

= 0.1 =
* Initial release.