LLMS_Post_Model::allowed_post_tags_unset()
Remove modified allowed post tags for wp_kses for this post
Contents
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
protected function allowed_post_tags_unset() { global $allowedposttags; unset( $allowedposttags['iframe'] ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.19.2 | Introduced. |