DMSI Subscriptions Pro Feature
>
The actions described on this page are added by Subscriptions Pro. They are not available in the core DDLS portal.
Which Actions Appear #
The actions available on a subscription depend on its current status and what is enabled in settings:
| Action | Status Required | Feature Must Be Enabled |
|---|---|---|
| Pause | Active, not already paused | Pauses |
| Resume | Active + paused | Pauses |
| Cancel | Active, Trial, Paused | Always visible |
| Reactivate | Cancelled or Suspended | (always available if within window) |
Action Buttons Template #
The action buttons are rendered by templates/portal/subscription-actions.php.
Admins can add custom actions using WordPress hooks:
“php
add_action('dmsilm_portal_subscription_actions', function($subscription) {
// Add custom buttons
});
“
