Automattic\WooCommerce\Internal\EmailEditor\WCTransactionalEmails

WCEmailTemplateSyncBackfill::is_backfillingpublic staticWC 10.8.0

Whether the backfill is currently rewriting post content.

Future save_post listeners that differentiate merchant edits from system-initiated writes should consult this flag.

Method of the class: WCEmailTemplateSyncBackfill{}

No Hooks.

Returns

true|false.

Usage

$result = WCEmailTemplateSyncBackfill::is_backfilling(): bool;

Changelog

Since 10.8.0 Introduced.

WCEmailTemplateSyncBackfill::is_backfilling() code WC 10.8.1

public static function is_backfilling(): bool {
	return self::$is_backfilling;
}