Skip to content

Instantly share code, notes, and snippets.

View mrabro's full-sized avatar
🌍
is Online

Mohammad Rafi Abro mrabro

🌍
is Online
View GitHub Profile
@bjorn2404
bjorn2404 / wp_kses_post_tags.php
Last active April 22, 2024 15:08
WordPress allow iFrames with wp_kses_post filter
<?php
/**
* Add iFrame to allowed wp_kses_post tags
*
* @param array $tags Allowed tags, attributes, and/or entities.
* @param string $context Context to judge allowed tags by. Allowed values are 'post'.
*
* @return array
*/