EP Builder
WordPress plugin for building and managing content
★ 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/akash5052/ep-builder/archive/refs/heads/main.zipReadme
EP Builder
WordPress plugin for building and managing pages, posts, layouts, and popups with a visual editor.
Repository
Source: github.com/akash5052/EP-Builder
WordPress.org details (description, install, FAQ, changelog) live in readme.txt.
Local development
Editor UI source is in editor/. Build compiled assets into assets/build/:
cd editor
npm install
npm run build
Package a WordPress zip with ./package.sh (not required on production sites).