Answers for "magento 2 remove custom attribute"

0

magento 2 remove custom attribute

$eavSetup = $this->eavSetupFactory->create(['setup' => $setup]);
 $eavSetup->removeAttribute(\Magento\Customer\Model\Customer::ENTITY, 'custom-attribute-code');
Posted by: Guest on September-01-2021

Code answers related to "magento 2 remove custom attribute"

Browse Popular Code Answers by Language