OrderMilestones
Order_Milestones
Description Description
Source Source
File: packages/woocommerce-admin/src/Notes/OrderMilestones.php
Methods Methods
- __construct — Delay hook attachment until after the WC post types have been registered.
- are_milestones_enabled — Convenience method to see if the milestone notes are enabled.
- backfill_last_milestone — Backfill the store's current milestone.
- clear_scheduled_event — Clear out our hourly milestone hook upon plugin deactivation.
- get_current_milestone — Calculate the current orders milestone.
- get_last_milestone — Get the store's last milestone.
- get_note_action_for_milestone — Get the appropriate note action for a given milestone.
- get_note_content_for_milestone — Get the appropriate note content for a given milestone.
- get_note_title_for_milestone — Get the appropriate note title for a given milestone.
- get_orders_count — Get the total count of orders (in the allowed statuses).
- init — Hook everything up.
- other_milestones — Add milestone notes for other significant thresholds.
- set_last_milestone — Update the last reached milestone.