Monday 23 October 2017

How to Add Plugin to WordPress Directory – Guide and Tips


Since we developed our first plugins and decided to upload their free versions to WordPress.org to get general feedback, we’ve found out that it’s not that clear how to do it. In this article, we’re going to share our experience on how to add plugin to WordPress directory. You can find some key information in the official guide on the plugin submission. Here are our step-by-step instructions:
Preparing for the submission
Enable WP_DEBUG in wp-config before the submission. Check the plugin for warnings, notices and errors. Fix if needed.
Annotations
There should be the annotations with the description of the plugin in the main file:
/**
* Plugin Name: Some Plugin Name
* Plugin URI: http://premmerce.com/some-plugin-name
* Description: Plugin description
* Version: 1.0
* Author: premmerce
* Author URI: http://premmerce.com
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: premmerce-url-manager
* Domain Path: /languages
*/
Preparing readme.txt file
There should be a readme.txt file in the plugin’s root.
Here is the readme standard, here is the validator.
Before creating your own redme.txt file, we recommend that you download
Source: https://managewp.org/articles/16362/how-to-add-plugin-to-wordpress-directory-guide-and-tips




source https://williechiu40.wordpress.com/2017/10/23/how-to-add-plugin-to-wordpress-directory-guide-and-tips/

No comments:

Post a Comment