Documentation

Learn how to set up, customize, and expand the functionality of WooCommerce

Developer documentation for Memberships


Documents

  • Teams for WooCommerce Memberships Developer Documentation

    This document provides an overview of structure, hooks, and helpful methods in Teams for WooCommerce Memberships. To make adjustments to plugin functionality in an upgrade-safe manner, you should be very familiar with WordPress hooks — actions and filters — as these allow you to make modifications to plugin behavior. Our goal is to ensure this […]

  • WooCommerce Memberships – CLI Reference

    Overview Starting from Memberships 1.13.0, the CLI implementation has switched to WC REST API. While the legacy WP CLI commands will still work, they are currently deprecated and will be removed at a later date. You can manage WooCommerce Memberships plans and members via WP CLI if installed in your environment. There are two additional […]

  • WooCommerce Memberships Admin Hook Reference

    For Developers: Admin Hook Reference This document covers all admin-specific hooks in WooCommerce Memberships. You can also view the document on frontend-specific hooks. WooCommerce Memberships is extremely extensible and offers ample actions and filters for developers to customize it as needed. If a hook doesn’t exist where you think it should, please submit a ticket […]

  • WooCommerce Memberships Data Structure

    Overview WooCommerce Memberships is a large and complex plugin, but we’ve built it with the aim of being extensible and developer-friendly. This is an overview of how data is stored in the Memberships plugin, which can be accessed via WordPress core methods, WooCommerce methods, or via methods within the plugin. Our frontend hook reference, admin […]

  • WooCommerce Memberships Frontend Hook Reference

    For Developers: Frontend Hook Reference This document covers all frontend-specific hooks in WooCommerce Memberships. You can also view the document on admin-specific hooks. WooCommerce Memberships is extremely extensible and offers ample actions and filters for developers to customize it as needed. If a hook doesn’t exist where you think it should, please submit a ticket […]

  • WooCommerce Memberships Function Reference

    For Developers: Checks & Functions Please note that this document is a developer reference provided as a courtesy, as our support policy does not include customizations. This reference lists helpful functions and where to find them in the plugin. The plugin’s inline documentation has details on parameters / returned values, as this is meant to […]

  • WooCommerce Memberships Snippet Samples

    Here are some sample snippets helpful for tweaking the functionality of the WooCommerce Memberships plugin. If you’re looking for more details on modifying Memberships or “For Developers” samples, please view our developer documentation. Note that these snippets are unsupported and are provided as a courtesy. We are unable to modify them or implement them on […]