hooks 324 B

12345678
  1. kses hooks
  2. ==========
  3. Sometimes you want to perform one more action on all data that kses will
  4. filter. There is a special function for that purpose called kses_hook(). kses
  5. calls it from its main function kses(), so if you insert some code in
  6. kses_hook(), it will always be called to change all data that kses sees.