Changeset 3357474
- Timestamp:
- 09/07/2025 06:00:26 PM (7 months ago)
- File:
-
- 1 edited
-
grabwp-tenancy/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grabwp-tenancy/trunk/readme.txt
r3357203 r3357474 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Plugin URI: https://grabwp.com 11 Donate link: https://grabwp.com 10 12 11 13 Multi-tenant WordPress with shared MySQL, domain routing, and isolated uploads. … … 14 16 15 17 GrabWP Tenancy provides the foundation for multi-tenant WordPress with essential isolation features. This base plugin focuses on cost-effective multi-tenancy with shared resources and basic tenant separation. 18 19 **📖 Complete Documentation**: [grabwp.com](https://grabwp.com) 20 **💻 Source Code**: [GitHub Repository](https://github.com/taicv/grabwp-tenancy) 21 **🐛 Report Issues**: [GitHub Issues](https://github.com/taicv/grabwp-tenancy/issues) 16 22 17 23 = Core Features = … … 39 45 The plugin is designed to be compatible with most WordPress plugins. However, plugins that directly access database tables may need to be configured to work with tenant prefixes. 40 46 47 = Where can I get help? = 48 49 * **Documentation**: Visit [grabwp.com](https://grabwp.com) for complete guides and tutorials 50 * **Support Forum**: Use the [WordPress.org support forum](https://wordpress.org/support/plugin/grabwp-tenancy/) for community help 51 * **Technical Issues**: Report bugs on [GitHub Issues](https://github.com/taicv/grabwp-tenancy/issues) 52 41 53 42 54 == Screenshots == … … 53 65 3. Add the following line to your wp-config.php file: 54 66 `require_once __DIR__ . '/wp-content/plugins/grabwp-tenancy/load.php';` 67 68 **📖 Need detailed setup instructions?** Visit our [complete documentation](https://grabwp.com) for step-by-step guides and troubleshooting. 55 69 56 70 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.