woocommerce_email_template_divergence_sweep_complete

woocommerce_email_template_divergence_sweep_complete

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

do_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.
    

See this hook used in plugins:

woocommerce_email_template_divergence_sweep_complete - WordPress Hooks

woocommerce_email_template_divergence_sweep_complete

woocommerce_email_template_divergence_sweep_complete

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.3

do_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.