woocommerce_email_template_sync_backfill_complete

woocommerce_email_template_sync_backfill_complete

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.1

do_action('woocommerce_email_template_sync_backfill_complete') is found 1 times:

  • /src/Internal/EmailEditor/WCTransactionalEmails/WCEmailTemplateSyncBackfill.php line 46
     *
     * Finalization is a two-step handshake:
     *  1. Flip {@see WCEmailTemplateDivergenceDetector::BACKFILL_COMPLETE_OPTION}
     *     to `yes` — the detector refuses to run until this flips.
     *  2. Fire `do_action( 'woocommerce_email_template_sync_backfill_complete' )`
     *     so the first real detector sweep can run immediately, closing the
     *     ordering gap with `woocommerce_updated` (which fires before async
     *     db-update callbacks finish).
     *
     * @package Automattic\WooCommerce\Internal\EmailEditor\WCTransactionalEmails
     * @since 10.8.0