RSVPify Resource Center (WP Emerge) releasesself-updates
Custom MCP Plugin for WordPress
by RSVPify · github.com/xpmostar/rsvpify-mcp-wordpress-plugin · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/xpmostar/rsvpify-mcp-wordpress-plugin/releases/download/v1.8.0/rsvpify-mcp-plugin.zipShips its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.
Readme
=== RSVPify Resource Center (WP Emerge) === Contributors: rsvpify Requires at least: 5.6 Tested up to: 6.8 Requires PHP: 7.2 Stable tag: 1.0.2 License: GPL-2.0-only
Custom Elementor widgets for the RSVPify Resource Center, built on the WP Emerge framework.
== Description == Registers five Elementor widgets under the "RSVPify" category:
- RC — Hero (headline, subhead, buttons, category filter pills)
- RC — Featured Reports (repeatable featured cards)
- RC — Library Grid (repeatable resource cards + category filtering)
- RC — Recommended (repeatable cards in a carousel)
- RC — Newsletter CTA
All content is editable through the Elementor panel (text/URL fields and card repeaters). The design (Sharp Sans headings, purple gradients, pill filters, hover-lift cards) is compiled to dist/frontend.css + dist/frontend.js.
== Installation ==
- Run
composer installin the plugin folder (pulls the WP Emerge framework into /vendor). - (Optional) Run
npm install && npm run buildto recompile dist/ from resources/. - Activate the plugin. The widgets appear in Elementor under the "RSVPify" category.
Read the full README on GitHub →