MySLP_Customer_Management
in package
Class MySLP_Customer_Management
Manages the MySLP/Manage Customers sidebar menu. Adds the entry to the MySLP menu. Processes the admin page form submits for:
- Cron run check limits now. (expire accounts)
- Cron run check expiration now. (send warning emails)
Table of Contents
Methods
- process_form_submit() : mixed
- Process the form submit.
- check_account_expiration_now() : mixed
- Manually check account expiration.
- check_account_limit_now() : mixed
- Manually check account limit.
- fix_active_style_css() : mixed
- Fix active style CSS.
Methods
process_form_submit()
Process the form submit.
public
process_form_submit(string $nonce_handle) : mixed
Parameters
- $nonce_handle : string
check_account_expiration_now()
Manually check account expiration.
private
check_account_expiration_now() : mixed
Sends emails to accounts that are about to expire. Normally an daily Cron managed by SA Dashboard Controller.
check_account_limit_now()
Manually check account limit.
private
check_account_limit_now() : mixed
Finds and expires any accounts not paid to date. Normally an hourly Cron managed by SA Dashboard Controller.
fix_active_style_css()
Fix active style CSS.
private
fix_active_style_css() : mixed