• Actually i have a plugin which add image option in comment form. I want to remove the that image field if post type is different than post.
    is it possible via remove_action().
    here is the add_action for comment_form.
    add_action( 'comment_form' , array( $this, 'add_image_upload_form' ) );

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Reomve comment_form action’ is closed to new replies.