This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This documentation has moved here: https://github.com/johnbillion/wp_mail
This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This documentation has moved here: https://github.com/johnbillion/wp_mail
| <?php | |
| namespace Vendor\Module\Block\Adminhtml\Widget; | |
| class ImageChooser extends \Magento\Backend\Block\Template | |
| { | |
| /** | |
| * @var \Magento\Framework\Data\Form\Element\Factory | |
| */ | |
| protected $_elementFactory; |