WP Manifestindependent plugin directory
manifest / developer / adpcoreplugin

adpCore

A lot of tools to help make life easier for wordpress developers

by AppsDevPk · github.com/appsdevpk/adpcoreplugin · website

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/appsdevpk/adpcoreplugin/archive/refs/heads/main.zip

From the readme

AdpCore - WordPress Plugin Framework A comprehensive WordPress plugin framework that supercharges your development workflow with Blade templating, web components, custom post types, conditionals, and much more — all configurable through simple JSON files. Version: 2.0.0 Table of Contents - Installation - Quick Start - App Folder Structure - Features - Conditionals - Shortcodes - Custom Post Types - Custom Taxonomies - Custom Meta Boxes - Server Components - Live Components - Conditional CSS & JS - Custom Widgets & Widget Areas - Admin Dashboard Widgets - Custom Help Tabs - Custom Pages (Page Routing) - Annotations - CDN Libraries - Admin Tools - Wizards - Built-in Shortcodes Reference - Event Hooks System - Namespaced Classes - Backward Compatibility - Security Features - Architecture Installation 1. Install the Plugin Clone or download this repository into your WordPress wp-content/plugins/ directory: 2. Install Dependencies 3. Copy the App Folder Copy the AdpApp folder to your active theme directory: 4. Activate the Plugin Go to WordPress Admin → Plugins and activa

Read the full README on GitHub →