Tine17 Jul 14, 2017 · 11:18 am #7293
Hi there
First of all I am really happy about the ultra theme. A while back I used this code
// Break Out of Frames for WordPress
function break_out_of_frames() {
if (!is_preview()) {
echo “\n\n\n”;
}
}
add_action(‘wp_head’, ‘break_out_of_frames’);
to remove the iframe at bloglovin.com and actually make sure that I recieved the traffic I produced, but then it stopped working after you made an update of the theme. What can I do to get the iframe removal function back again?
Thanks
Tine