woocommerce_email_template_divergence_sweep_complete
woocommerce_email_template_divergence_sweep_complete
Appears in: woocommerce.10.9.3, woocommerce.10.9.4
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.9.4do_action('woocommerce_email_template_divergence_sweep_complete') is found 1 times:
- /src/Internal/EmailEditor/WCTransactionalEmails/WCEmailTemplateDivergenceDetector.php line 353
* short-circuits when no candidates exist. * * @since 10.8.0 */ do_action( 'woocommerce_email_template_divergence_sweep_complete' ); } /** * Classify a single generated `woo_email` post. * * Pure function: given the inputs, always returns the same outcome.