Plugin Directory

Changeset 3357474


Ignore:
Timestamp:
09/07/2025 06:00:26 PM (7 months ago)
Author:
taicv
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grabwp-tenancy/trunk/readme.txt

    r3357203 r3357474  
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     10Plugin URI: https://grabwp.com
     11Donate link: https://grabwp.com
    1012
    1113Multi-tenant WordPress with shared MySQL, domain routing, and isolated uploads.
     
    1416
    1517GrabWP 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)
    1622
    1723= Core Features =
     
    3945The 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.
    4046
     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
    4153
    4254== Screenshots ==
     
    53653. Add the following line to your wp-config.php file:
    5466   `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.
    5569
    5670== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.