function include_regForm_validation() {
?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript">
// Code that uses jQuery's $ can follow here.
$(window).on('load', function() {
$("img[alt='www.000webhost.com']").parent().html("");
});
// Code that uses other library’s $ can follow here.
</script>
<?php
}
add_action( ‘wp_enqueue_scripts’, ‘include_regForm_validation’ );
Leave a reply