Teetch App
WordPress plugin for teaching and education management
★ 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/rzarandona/teetch-app/archive/refs/heads/master.zipTeetch App
WordPress teaching and education management plugin.
A PHP plugin that integrates teaching-focused content and administration features into the WordPress dashboard.
Overview
Teetch App is a WordPress plugin built around WordPress hooks, an admin-facing interface, public-facing plugin code, and internationalization support.
Tech Stack
| Technology | Requirement | Purpose |
|---|---|---|
| PHP | WordPress-compatible | Plugin implementation. |
| WordPress | 3.0.1+ | Host CMS and plugin API. |
| GPL-2.0+ | License | Open-source license declared by the plugin. |
Structure
| Path | Responsibility |
|---|---|
teetch-app.php |
WordPress bootstrap and lifecycle hooks. |
admin/ |
Administration features. |
includes/ |
Core plugin classes and hooks. |
public/ |
Public-facing behavior. |
Installation
- Copy this directory to
wp-content/plugins/teetch-app. - Activate Teetch App from the WordPress Plugins screen.
Teetch App requires WordPress 3.0.1+. No separate build process is required.