-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Victor Aigbeghian edited this page Jun 6, 2026
·
1 revision
- In your WordPress dashboard, go to Plugins → Add New.
- Search for Intercessor.
- Click Install Now, then Activate.
- Download the latest
.zipfrom GitHub Releases or WordPress.org. - Go to Plugins → Add New → Upload Plugin.
- Choose the
.zipfile and click Install Now. - Activate the plugin.
cd wp-content/plugins
git clone https://github.com/victoraigbeghian/intercessor.git
cd intercessor
npm install
npm run buildThen activate from Plugins in the dashboard.
When activated, Intercessor automatically:
- Creates six custom database tables (prefixed with your WordPress table prefix) for prayer requests, requesters, prayer history, prayed counts, and notes.
- Registers three custom roles: Prayer Manager, Prayer Warrior, and Requester.
- Grants the
administratorrole full Intercessor capabilities. - Registers three Gutenberg blocks: Prayer Form, Prayer Wall, and Prayer History.
No pages are created automatically — you add blocks to your pages using the WordPress editor.
If the Delete All Data on Uninstall setting is enabled (under Settings → Data Management), deactivating and deleting the plugin will remove all Intercessor database tables, options, roles, and capabilities. If disabled (the default), your data is preserved and will be available if you reinstall later.