jjgrainger / wp-custom-post-type-class

A PHP Class for creating Wordpress Custom Post Types easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automagically rewrite post update messages

jjgrainger opened this issue · comments

When saving/updating a post the default post update message appears

  • have the class update messages automagically using post type names
  • create a method for further customisation

see customising messages example: http://codex.wordpress.org/Function_Reference/register_post_type#Example