Skip to content

Instantly share code, notes, and snippets.

View kanduvisla's full-sized avatar
😎

Giel Berkers kanduvisla

😎
View GitHub Profile
@kanduvisla
kanduvisla / ElephantData.php
Last active January 21, 2021 04:17 — forked from TommyKolkman/ElephantData.php
Observer to strip <p> tags for Magento 2 in pages and static blocks
<?php
namespace Elephant\CFParent\Helper;
class ElephantData extends \Magento\Framework\App\Helper\AbstractHelper
{
public function __construct(
\Magento\Framework\App\Helper\Context $context,
array $data = []