Hooks and Filters for Editorial Comments

Using WordPress’ hooks and filters, you can extend PublishPress Planner editorial comments in the following ways:

  • pp_pre_insert_editorial_comment (filter) – Do something before the editorial comment is inserted into the database.
  • pp_post_insert_editorial_comment (action) – Do something after the editorial comment is inserted into the database.