| 8 | | 'add_attachment'=>array('ATTACHMENT'), |
| 9 | | 'add_category'=>array('CATEGORY'), |
| 10 | | 'clean_post_cache'=>array('POST'), |
| 11 | | 'create_category'=>array('CATEGORY'), |
| 12 | | 'delete_attachment'=>array('ATTACHMENT'), |
| 13 | | 'delete_category'=>array('CATEGORY'), |
| 14 | | 'delete_post'=>array('POST'), |
| 15 | | 'deleted_post'=>array('POST'), |
| 16 | | 'edit_attachment'=>array('ATTACHMENT'), |
| 17 | | 'edit_category'=>array('CATEGORY'), |
| 18 | | 'edit_post'=>array('POST'), |
| 19 | | 'pre_post_update'=>array('POST'), |
| 20 | | 'private_to_publish'=>array('POST'), // TODO: check if this is really the post ID |
| 21 | | 'publish_page'=>array('POST'), |
| 22 | | 'publish_phone'=>array('POST'), |
| 23 | | 'publish_post'=>array('POST'), |
| 24 | | 'save_post'=>array('POST', 'PARENT_POST'), |
| 25 | | // TODO: make sure the original post stuff is working |
| 26 | | 'wp_insert_post'=>array('POST'), |
| 27 | | 'xmlrpc_publish_post'=>array('POST'), |
| 28 | | |
| 29 | | 'comment_closed'=>array('POST'), |
| 30 | | 'comment_id_not_found'=>array('POST'), |
| 31 | | 'comment_flood_trigger'=>array('time_lastcomment','time_newcomment'), |
| 32 | | 'comment_on_draft'=>array('POST'), |
| 33 | | 'comment_post'=>array('COMMENT','approval'), |
| 34 | | 'edit_comment'=>array('COMMENT'), |
| 35 | | 'delete_comment'=>array('COMMENT'), |
| 36 | | 'pingback_post'=>array('COMMENT'), |
| 37 | | 'pre_ping'=>array('COMMENT'), |
| 38 | | 'traceback_post'=>array('COMMENT'), |
| 39 | | 'wp_blacklist_check'=>array('comment_author','comment_author_email','comment_author_url','comment_content','comment_author_IP','comment_agent'), |
| 40 | | 'wp_set_comment_status'=>array('COMMENT','status'), |
| 41 | | |
| 42 | | 'add_link'=>array('LINK'), |
| 43 | | 'delete_link'=>array('LINK'), |
| 44 | | 'edit_link'=>array('LINK'), |
| 45 | | |
| 46 | | // 'atom_entry'=>array(), |
| 47 | | // 'atom_head'=>array(), |
| 48 | | // 'atom_ns'=>array(), |
| 49 | | 'commentrss2_item'=>array('COMMENT','POST'), |
| 50 | | // 'rdf_header'=>array(), |
| 51 | | // 'rdf_item'=>array(), |
| 52 | | // 'rdf_ns'=>array(), |
| 53 | | // 'rss_head'=>array(), |
| 54 | | // 'rss_item'=>array(), |
| 55 | | // 'rss2_head'=>array(), |
| 56 | | // 'rss2_item'=>array(), |
| 57 | | // 'rss2_ns'=>array(), |
| 58 | | |
| 59 | | 'comment_form'=>array('POST'), |
| 60 | | // 'do_robots'=>array(), |
| 61 | | // 'do_robotstxt'=>array(), |
| 62 | | // 'do_robotstxt'=>array(), |
| 63 | | 'get_footer'=>array('footer_name'), |
| 64 | | 'get_header'=>array('header_name'), |
| 65 | | 'switch_theme'=>array('theme_name'), |
| 66 | | // 'template_redirect'=>array(), |
| 67 | | // 'wp_footer'=>array(), |
| 68 | | // 'wp_head'=>array(), |
| 69 | | // 'wp_meta'=>array(), |
| 70 | | // 'wp_print_scripts'=>array(), |
| 71 | | // 'activity_box_end'=>array(), |
| 72 | | // 'add_category_form_pre'=>array(), |
| 73 | | // 'admin_head'=>array(), |
| 74 | | // 'admin_init'=>array(), |
| 75 | | // 'admin_footer'=>array(), |
| 76 | | // |