skip to Main Content

if else in a WordPress function

I have the following code: function wpb_hook_javascript() { if (is_page( array( 244, 174, 697, 702, 699, 708, 713 ) ) ) { ?> <noscript> <iframe src="FORM_ONE" width="100%" height="550" type="text/html" frameborder="0" allowTransparency="true" style="border: 0"></iframe> </noscript> <script type="text/javascript"> var form = 'FORM_ONE';…

VIEW QUESTION
Back To Top
Search