Action fired when the app reports a favorite-toggle event. Sibling plugins subscribe to persist the change in their own usermeta — mam-geodirectory uses gd_user_favourite_post.
Action fired when the in-app purchase subscription state shifts. Sibling plugins (typically mam-inapp-purchase-manager) update entitlements, gate features, or dispatch notifications.
Action fired after a successful app login. Use for analytics, last-seen updates, post-login data warming. Distinct from WP’s wp_login — fires only for app logins through mam_login_manager.
The contract between forms-manager and notifications-manager. Fired after a form submission completes; subscribers fire mam_notification_send_message to dispatch confirmation emails / pushes / SMS. Frozen contract — go through this hook,…
The primary notification entry point. Action signature: do_action(‘mam_notification_send_message’, $message). Routed by MAM_Notification_Dispatcher to email/SMS/push channels per the type registry. Frozen contract — legacy filter registration retained per SC #175.
Can’t find the answer you’re looking for? Don’t worry we’re here to help!