diff --git a/src/FormMigration/FormMetaDecorator.php b/src/FormMigration/FormMetaDecorator.php index 710adf0eea..3bde3a4a0f 100644 --- a/src/FormMigration/FormMetaDecorator.php +++ b/src/FormMigration/FormMetaDecorator.php @@ -764,6 +764,22 @@ public function getGiftAidDeclarationForm(): string return $this->getMeta('give_gift_aid_declaration_form'); } + /** + * @unreleased + */ + public function getDoubleTheDonationStatus(): string + { + return $this->getMeta('dtd_enable_disable'); + } + + /** + * @unreleased + */ + public function getDoubleTheDonationLabel(): string + { + return $this->getMeta('give_dtd_label'); + } + /** * @since 3.5.0 */