Iframe
-
Hi,
First of all, thanks for the great plugin.
I want to rewrite the output of my field (an URL) as an iframe source. But the iframe does not show on frontend. Here is my code :
function ( $content, $attributes, $block, $post_id ) { return '<iframe src="'.$content.'"> </iframe>'; }
Any tips?
PS : To be precise I must say other fields render without problem.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Iframe’ is closed to new replies.