Option to disable autowp in popups
-
In
/popup-builder/com/classes/popups/SGPopup::getContent()
the wpautop gets called to get the content.
$popupContent = wpautop($this->content);
It would be great, if we could toggle this feature off from the interface. It really destroys some layouts (like deleting empty
span
s, which are there for JS triggered Errors, inserting p tags and line breaks, which makes editing very frustrating).Because this is hard coded, one can’t remove this from removing filters.
It would be great, if you can make this simple addition.
Greeting,
Josef
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Option to disable autowp in popups’ is closed to new replies.