recipe

  • Recipe: Enable RSVP for a special offer

    Turn an offer into an RSVP-tracked event so app users can sign up, the venue gets notified, and a QR code is generated for check-in.

  • Recipe: Let venue owners manage offers from the app

    Wire up the in-app Edit Deals button so a logged-in venue owner can add, edit, and delete offers on their own listing without WP admin access.

  • Recipe: Register a content class

    Register a new content class (a button type) in mam-main. Touches three things: the global $local_app_content registry, the include chain in content-class-manager.php, and a class implementing the duck-typed interface.

  • Recipe: Register a tab-bar button

    End-to-end recipe for adding a custom tab-bar action button: register the button definition (so admins can pick it), enable in admin, and implement the mam_main_add_tab_bar_item_{slug} filter for runtime population.

  • Recipe: Inject custom data into the mobile JSON

    Step-by-step: register a sibling-plugin contribution to mam_get_phone_data_before_send. Pick the right priority, follow the JSON conventions, and integrate with the cursor cache mechanism.

Need Support?

Can't find the answer you're looking for? Don't worry we're here to help!