WP Todo Sync archived
🌱 A WordPress plugin for syncing and displaying todos. This plugin includes third-party API integration, MySQL interaction and shortcode development.
★ 5stars
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/peppapig13132/wp-todo-sync/archive/refs/heads/main.zipFrom the readme
WP Todo Sync
A WordPress plugin for syncing and displaying todos.
This plugin includes third-party API integration, MySQL interaction and shortcode development and Error loging.
It's the best plugin for your practice.
Description
- Develop a WordPress plugin that integrates with an external API: https://jsonplaceholder.typicode.com/todos.
- Save the results in the database.
- Provide an admin interface for synchronizing data and searching by the title field.
- Add a shortcode that displays a random list of the last 5 incomplete tasks.
- Log errors using Psr\Log.