manifest / integrations / user-data-api-wp
Get Data With API
This is test plugin which is used to fetch data from other endpoint and display in WP plugin.
by Khalid Zaid Bin · github.com/learncodeweb/user-data-api-wp · website
★ 1stars
14composer installs
0forks
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/learncodeweb/user-data-api-wp/archive/refs/heads/main.zipAlso on Packagist as learncodeweb/user-data-api-wp:
composer require learncodeweb/user-data-api-wpFrom the readme
Get Data From API WP Plugin
This is test plugin which is used to fetch data from other endpoint and display in WP plugin.
Composer & Manual Installation
1) You can install this plugin using composer use below command to install it.
composer require learncodeweb/user-data-api-wp:dev-main
2) There are two manual process listed below.
1. Zip upload directly
a) Download the source code from GitHub.
b) Go to the WP admin panel and find menu Plugin.
c) Click on Add New you will see the Upload Plugin on Top.
d) Click on the Upload Plugin and Choose the Zip file that you downloaded form GitHub and upload.
e) After uploading activate the plugin and done.
2. You can install this plugin manually
a) Download the source code from GitHub.
b) Extract the files in any local folder.
c) The inside folder of downloaded zip will be user-data-api-wp-main.
d) Rename the inside folder user-data-api-wp-main to user-data-api-wp. [You just need to remove the last -main].
e) Copy and paste folder into the plugins DIR the complete path of Plugin Dir is wp-content-Plugins-PASTE YOUR PLUGIN.
Th