WP Manifestindependent plugin directory
manifest / utilities / wp-todo-sync

WP Todo Sync archived

🌱 A WordPress plugin for syncing and displaying todos. This plugin includes third-party API integration, MySQL interaction and shortcode development.

by peppapig13132 · github.com/peppapig13132/wp-todo-sync

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.zip

From 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.

Read the full README on GitHub →