WordPress changes my iframe tags
-
I try to add an iframe from theme options page
for example this one:<iframe src="https://www.google.com.tr" scrolling="no" frameborder="0" align="center" height = "90" width = "728" name="test" border="0"> </iframe>
but it doesnt work because when I see the source from browser it bacame like this one:
<iframe src="\https://www.google.com\" name="\test\" border="\" frameborder="\" align="\center\" height="\90\" scrolling="\no\"" width="\728\"> </iframe>
do you have any idea what to put any function toi the functions.php?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WordPress changes my iframe tags’ is closed to new replies.