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
=== Woo Infinite Scroll ===
Contributors: rajdipsinharoy
Tags: scroll, pagination, infinite, woocommerce
Requires at least: 5.0
Tested up to: 5.4.2
Requires PHP: 7.0
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Display infinite products on product listing pages without Pagination.

== Description ==
Display infinite products on product listing pages without Pagination. 
Instead of showing additional pages or prompting the user to manually load more products, infinite scroll is a method where additional products automatically load when the user scrolls near the bottom of the page. As products load, the user can continue to scroll until no more products are available to display.

The plugin does not change any core files or database.
If you're facing any issues:-
Deactivate the plugin through the ‘Plugins’ screen in WordPress.

== Installation ==
1. Upload the plugin files to the '/wp-content/plugins' directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. That's All. This plugin works automatically so don't need to configure anything.

This requires you to have your shop page display, which can be found in customizer view under WooCommerce > Product catalog set to "Show products".

== Frequently Asked Questions ==
Does this work for WordPress < 5.0 ?
If you are using a version before 5.0, It'll work but recommended to use latest Wordpress and WooCommerce.

Does this work only in the WooCommerce ?
Yes, this only works with WooCommerce.

== Changelog ==
1.0
Initial release.

== Upgrade Notice ==
1.0
Initial release.