View Categories

Hooks and Filters for Editorial Comments

Please note: This feature is now deprecated because Editorial Comments are being added to the WordPress core.

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.