Skip to content

Instantly share code, notes, and snippets.

View dupadhyay3's full-sized avatar

Deepak Upadhyay dupadhyay3

  • Vapi
  • 02:26 (UTC +05:30)
View GitHub Profile
@bh-ref
bh-ref / RemoveOptions.php
Last active December 28, 2021 21:06
Remove/Delete Product Attribute Options in Magento 2
<?php
namespace Vendor\ModuleName\Options;
use Magento\Eav\Setup\EavSetupFactory;
use Magento\Framework\Setup\ModuleDataSetupInterface;
use Magento\Catalog\Model\ResourceModel\Eav\AttributeFactory;
class RemoveOptions
{