Using php code inside style tag
Question
How to use php inside the style tag. I tried this but didn’t work. Any idea?
<style>.mypage iframe{border-radius: <?php echo get_option('my_border'); ?>; }</style>
0
1 month
0 Answers
10 views
0
Leave an answer
You must login or register to add a new answer .