File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,14 @@ The plugin is auto-discovered by MyAdmin through Composer's plugin installer. It
4646| ` get_directadmin_license_types() ` | Returns supported OS type mappings |
4747| ` activate_directadmin() ` | Creates and activates a paid license |
4848| ` deactivate_directadmin() ` | Cancels an active license |
49+ | ` directadmin_deactivate() ` | Alias that delegates to ` deactivate_directadmin() ` |
4950| ` get_directadmin_licenses() ` | Lists all licenses on the account |
51+ | ` get_directadmin_license() ` | Fetches a single license record by ID |
5052| ` get_directadmin_license_by_ip() ` | Finds a license by IP address |
53+ | ` directadmin_ip_to_lid() ` | Resolves an IP address to a license ID |
54+ | ` directadmin_makepayment() ` | Processes payment for a newly created license |
55+ | ` directadmin_get_os_list() ` | Retrieves available OS types from the DA API |
56+ | ` directadmin_get_products() ` | Retrieves the product catalog from the DA API |
5157| ` directadmin_modify_os() ` | Changes the OS type of a license |
5258| ` activate_free_license() ` | Provisions a free-tier license |
5359| ` delete_free_license() ` | Removes a free-tier license |
You can’t perform that action at this time.
0 commit comments