티스토리 수익 글 보기

티스토리 수익 글 보기

{“id”:19147,”date”:”2015-09-21T17:53:05″,”date_gmt”:”2015-09-21T17:53:05″,”guid”:{“rendered”:”http:\/\/developer.wordpress.org\/?post_type=plugin-handbook&p=19147″},”modified”:”2025-05-29T16:13:49″,”modified_gmt”:”2025-05-29T16:13:49″,”slug”:”how-your-readme-txt-works”,”status”:”publish”,”type”:”plugin-handbook”,”link”:”https:\/\/developer.wordpress.org\/plugins\/wordpress-org\/how-your-readme-txt-works\/”,”title”:{“rendered”:”Plugin Readmes”},”content”:{“rendered”:”\n

This page will explain some aspects of the plugin directory, and explain of the more obvious aspects which a lot of people miss.<\/p>\n\n\n\n

To make your entry in the plugin browser most useful, each plugin should have a readme file named readme.txt<\/code> that adheres to the WordPress plugin readme file standard<\/a>. This file controls the output on the front-facing part of the directory. Writing a description in the readme determines exactly what will be displayed on wordpress.org\/plugins\/Your-Plugin<\/code><\/p>\n\n\n\n

You can use the plugin readme generator<\/a> and put your completed result through the official readme validator<\/a> to check it. If you need more visual assistance you can use the tool wpreadme.com<\/a><\/p>\n\n\n\n

Since WordPress 5.8 plugin readme files are not parsed for requirements<\/a>. This means that headers Requires PHP<\/code> and Requires at least<\/code> are going to be parsed from plugin’s main PHP file. <\/p>\n\n\n\n

<\/div>\n\n\n\n

Section Details<\/h2>\n\n\n\n

All plugins contain a main PHP file, and almost all plugins have a readme.txt<\/code> file as well. The readme.txt<\/code> file is intended to be written using a subset of markdown.<\/p>\n\n\n\n

Readme Header Information<\/h3>\n\n\n\n

The Plugin readme header consists of this information:<\/p>\n\n\n\n

=== Plugin Name ===\nContributors: (this should be a list of wordpress.org userid's)\nDonate link: https:\/\/example.com\/\nTags: tag1, tag2\nRequires at least: 4.7\nTested up to: 5.4\nStable tag: 4.3\nRequires PHP: 7.0\nLicense: GPLv2 or later\nLicense URI: https:\/\/www.gnu.org\/licenses\/gpl-2.0.html\nHere is a short description of the plugin.  This should be no more than 150 characters.  No markup here.<\/pre><\/code><\/pre>\n\n\n\n