Opened 12 years ago
Closed 12 years ago
#27506 closed defect (bug) (fixed)
Hook Docs (112): wp-includes/class-wp-xmlrpc-server.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | XML-RPC | Keywords: | has-patch commit |
| Focuses: | docs | Cc: |
Description
Document all hooks in wp-includes/class-wp-xmlrpc-server.php.
Attachments (6)
Change History (15)
#1
@
12 years ago
- Owner set to DrewAPicture
- Status changed from new to reviewing
27506.diff is a first pass, and documents the following hooks:
xmlrpc_methodsxmlrpc_enabledxmlrpc_login_errorxmlrpc_blog_optionsxmlrpc_callxmlrpc_default_post_fieldspingback_ping_source_uri- 71 duplicate hooks
The following hooks still need to be documented:
Actions (13):
xmlrpc_call_success_wp_deletePagexmlrpc_call_success_wp_newCategoryxmlrpc_call_success_wp_deleteCategoryxmlrpc_call_success_wp_deleteCommentxmlrpc_call_success_wp_editCommentxmlrpc_call_success_wp_newCommentxmlrpc_call_success_blogger_newPostxmlrpc_call_success_blogger_editPostxmlrpc_call_success_blogger_deletePostxmlrpc_call_success_mw_newPostxmlrpc_call_success_mw_editPostxmlrpc_call_success_mw_newMediaObjectpingback_post
Filters (20):
pre_option_enable_xmlrpc(partial block done)option_enable_xmlrpc(partial block done)xmlrpc_prepare_taxonomyxmlrpc_prepare_termxmlrpc_prepare_postxmlrpc_prepare_post_typexmlrpc_prepare_media_itemxmlrpc_prepare_pagexmlrpc_prepare_commentxmlrpc_prepare_userxmlrpc_wp_insert_post_dataxmlrpc_default_taxonomy_fieldsxmlrpc_default_user_fieldsxmlrpc_allow_anonymous_commentsxmlrpc_default_posttype_fieldsxmlrpc_default_revision_fieldspre_upload_errorxmlrpc_text_filterspre_remote_sourcexmlrpc_pingback_error
#2
@
12 years ago
- Owner changed from DrewAPicture to kpdesign
27506.2.diff covers the remaining hooks. Needs a wording-once-over and recommendation.
#3
@
12 years ago
- Keywords commit added
- Owner changed from kpdesign to DrewAPicture
27506.3.diff contains changes for language consistency.
This one should be good to go in. Recommend commit.
#6
@
12 years ago
- Keywords commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
Adding braces were missed for the now-multi-line conditional around the option_enable_xmlrpc hook. See #27746
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
12 years ago
Note: See
TracTickets for help on using
tickets.
First pass