How to Remove newsletter tab from Customer Dashboard Magento 2?

You can remove Newsletter Tab from the Customer account Dashboard in Frontend.

When you log in with your credentials, You will redirect to the Customer Dashboard page of the site and you can see a list of available Tabs are available to the left sidebar area. Continue reading “How to Remove newsletter tab from Customer Dashboard Magento 2?”

How to Remove Newsletter Section from the footer Magento 2?

When You check the native Magento shop, You have to display the Newsletter Subscription Text box in the footer area of the site.

You can Disable/Remove it from the Admin panel.
1. Stores -> Configuration -> Customers -> Newsletter Tab
2. Click on General Options Section
3. Set Enabled to No. Continue reading “How to Remove Newsletter Section from the footer Magento 2?”

Plugin for Subscribe() method of email subscription Magento 2.

Subscribe by Email id in Magento 2 Use Subscribe($email) method to newsletter subscription in native code.

Native Class:
Magento\Newsletter\Model\Subscriber (Magento_Newsletter) Continue reading “Plugin for Subscribe() method of email subscription Magento 2.”