Changing comment form? Please help.
-
Hi everybody.
New to all the plugin development, and quickly ran into a problem. I’ve read on forums and the WordPress sections, but haven’t been able to find a solution yet, so thought you experts in here might be able to help. ??
I am writing a plugin with a very simple function, but for it to work I need to change the WP blog’s comment form
<form action="wp-comments-post.php">
attribute so it says:<form action="anotherlink">
instead of the standard “wp-comments-post.php”.
How do I do this? I would really like to avoid using Javascript, so the “find-form’s-id-and-change-using-javascript” will not do for me. Any way to do this entirely back-end based in PHP with my plugin?Thanks in advance!
- The topic ‘Changing comment form? Please help.’ is closed to new replies.