LLMS_Post_Model::allowed_post_tags_set()
Modify 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_set() { global $allowedposttags; $allowedposttags['iframe'] = array( 'allowfullscreen' => true, 'frameborder' => true, 'height' => true, 'src' => true, 'width' => true, ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.19.2 | Introduced. |