But if it's a WYSIWYG editor custom field created by Toolset, then what code should I use? I want this applied to all WYSIWYG editor custom field created by Toolset.
inside the toolset WYSIWYG custom field on a View and Content Template edit page.
However, it still automatically added <p> tag upon save/publish of a post.
I changed the singular quotation mark to double, and I also cleared cache on the browser and server.
You said it 's an option to allow or not allow third-party filters, but it seems to be a built-in native WordPress feature to add an automatic <p> tag, not the doing of other third-party plugins.
Maybe is there a way to code inside functions.php that might work better? Or have I missed something?
When I edit inside the text editor, upon publish the post automatically wraps <p> inside the text editor.
However, when I check the frontend of the website, it seems <p>'s attributes are not in effect, even though they are being 'printed,' both in the content area of the post, as well as the WYIWYG custom field created by Toolset.
This is not the perfect solution yet, so should someone else find a better solution, I'd appreciate you let me know!