Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if (is_admin() === true && wp_doing_ajax() === true) {
- add_filter('the_content', function ($content) {
- return BorlabsCookieHelper()->blockIframes($content);
- }, 100, 1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement