WP Manifestindependent plugin directory
manifest / users / task-earn-manager

Task & Earn Manager

Custom WordPress plugin for task management with MyCred integration

by Task Manager Team · github.com/irfan-baloch/task-earn-manager

0stars
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/irfan-baloch/task-earn-manager/archive/refs/heads/main.zip

Readme

Task & Earn Manager

A custom WordPress plugin for task management and reward distribution, integrated with the MyCred points system.

Features

  • Task Management — Create, edit, suspend, and delete tasks from admin dashboard
  • Frontend Shortcodes[tem_tasks], [tem_create_task], [tem_submit_task], [tem_my_submissions]
  • Submission Review — Admin can approve/reject submissions with notes
  • MyCred Integration — Automatic point awards on approval via mycred_add()
  • Balance Manager — Manual add/deduct points for any user
  • File Uploads — Workers can attach proof files to submissions
  • Security — Nonce verification, capability checks, prepared SQL statements

Installation

  1. Install and activate MyCred plugin first
  2. Upload task-earn-manager.zip via WordPress Admin → Plugins → Add New
  3. Activate the plugin
  4. Create pages with shortcodes: [tem_tasks], [tem_create_task], [tem_submit_task], [tem_my_submissions]

Requirements

  • WordPress 5.8+
  • PHP 7.4+
  • MyCred Plugin (free)

License

GPL v2 or later

Read the full README on GitHub →