Myo Zin Min

Forum Replies Created

Viewing 1 post (of 1 total)
Dec 13, 2018 at 2:34 am
#90654
Participant
Myo Zin Min
OP

The page has error when adding the follow code in theme function.

function wpdm_custom_footer_script(){
    ?>
    <script>
        jQuery(".inddl").attr("target","_blank");
    </script>
    < ?php
}
add_filter('wp_footer', 'wpdm_custom_footer_script');

But my theme is working fine only add the following code.

    <script>
        jQuery(".inddl").attr("target","_blank");
    </script>

Thank you

Viewing 1 post (of 1 total)