WP Manifestindependent plugin directory
manifest / admin / infinite-wp-list-tables

Infinite WP List Tables

A WordPress plugin to add infinite scroll support for WP List Tables in the admin panel.

by Cedaro · github.com/cedaro/infinite-wp-list-tables · website

39stars
140composer installs
6forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cedaro/infinite-wp-list-tables/archive/refs/heads/develop.zip

Also on Packagist as cedaro/infinite-wp-list-tables:

composer require cedaro/infinite-wp-list-tables

Declares an update source (cedaro/infinite-wp-list-tables), so updates arrive through the plugin's own updater.

From the readme

Infinite WP List Tables Infinite scroll support for WP List Tables in the WordPress admin panel. Requires: 4.0 Supports list tables for posts, pages, comments, users and most custom post types. Taxonomies (categories, tags, etc) should also be supported. Installation Upload 1. Download the latest release from GitHub. 2. Go to the Plugins → Add New screen in your WordPress admin panel and click the Upload button at the top next to the "Add Plugins" title. 3. Upload the zipped archive. 4. Click the Activate Plugin link after installation completes. Manual 1. Download the latest release from GitHub. 2. Unzip the archive. 3. Copy the folder to /wp-content/plugins/. 4. Go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Infinite WP List Tables item. Read the Codex for more information about installing plugins manually. Git Clone this repository in /wp-content/plugins/: git clone git@github.com:cedaro/infinite-wp-list-tables.git Then go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate l

Read the full README on GitHub →