Wordpress - Alter the form action url in wp-includes/comments-template.php -


i working on website non ssl non ecommerce sections, uses ssl woocommerce portion. attempting redirect reviews of products thank page, able working fine on staging. when moving live environment, comment form calling post url following: " client's website using nonhttps urls everywhere except woocommerce urls. making call url https://website.com/wp-comments-post.php, white screen of deathing. modified core file moment test theory , worked, unable find let me modified url change https http. looked comment_form(), doesn't appear offer hook or filter this. suggestions?

i agree doesn't make sense not have https on pages, form input. doing redirect form url in .htaccess way go.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -