Advertisement:

Author Topic: run_hook for item_form  (Read 993 times)

ikrougovoi

  • Newbie
  • *
  • Posts: 15
run_hook for item_form
« on: March 23, 2014, 05:47:07 am »
So I've been walking through the code for 3.3.2 and it looks like there is still some legacy code calling the "item_form" hook when an item has custom fields. I'm assuming this is from when OSClass was still using a plugin for custom fields.

Can someone walk me through the NEW process?

Reason being that the ajax returns an HTML document with <div class="row">**content***</div> and it's really messing with my item-post layout.

Ultimately, I want to get rid of the <div> in the Ajax return, but I also just want to know how OS Class works.