hello again,
I upgrade the script to 2.7.1, and it broke the web site, so i comment again the line of wp_enqueue_script:
if( $si_captcha_opt['si_captcha_external_style'] != 'true' && !is_admin() ) {
// css is added to footer, then jquery appends it to head
// wp_enqueue_script('jquery');
add_action( 'wp_footer', array(&$si_image_captcha,'si_captcha_add_css'));
}
so what is the solution to bypasse this action in any new upgrade.
the website : https://www.allyvesron-m.com
Thanks