uzairsaleem309/test-plugin

A plugin to display data from the following API https://jsonplaceholder.typicode.com/

v1.1 2020-04-05 13:43 UTC

This package is auto-updated.

Last update: 2024-04-05 22:28:14 UTC


README

Contributors: Uzair Saleem
Tested up to WordPress: 5.3.2

Steps to install the plugin:

  1. Clone or download the repository
  2. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the 'Plugins' screen in WordPress

Composer Installation:

Package: TestPlugin
Installation:
composer require uzairsaleem309/test-plugin

Plugin Description:

After activating the plugin, you will get a new custom endpoint initialized in your wordpress website, which can be accessed on 'http://www.yourwebsite.com/test_page/', on this page a table will be populated with data of users from the following API And each table cell has an anchor tag, on click of any table cell's content, a popup will be opened displaying that specific users data from the same API's specific user endpoint.

For styling purpose jQuery Datatable and jQuery Mobile libraries have been used.