Changeset 37492 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 05/22/2016 06:14:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r37487 r37492 160 160 161 161 /** 162 * Filter the methods exposed by the XML-RPC server.162 * Filters the methods exposed by the XML-RPC server. 163 163 * 164 164 * This filter can be used to add new methods, and remove built-in methods. … … 248 248 249 249 /** 250 * Filter whether XML-RPC methods requiring authentication are enabled.250 * Filters whether XML-RPC methods requiring authentication are enabled. 251 251 * 252 252 * Contrary to the way it's named, this filter does not control whether XML-RPC is *fully* … … 289 289 290 290 /** 291 * Filter the XML-RPC user login error message.291 * Filters the XML-RPC user login error message. 292 292 * 293 293 * @since 3.5.0 … … 563 563 564 564 /** 565 * Filter the XML-RPC blog options property.565 * Filters the XML-RPC blog options property. 566 566 * 567 567 * @since 2.6.0 … … 705 705 706 706 /** 707 * Filter XML-RPC-prepared data for the given taxonomy.707 * Filters XML-RPC-prepared data for the given taxonomy. 708 708 * 709 709 * @since 3.4.0 … … 739 739 740 740 /** 741 * Filter XML-RPC-prepared data for the given term.741 * Filters XML-RPC-prepared data for the given term. 742 742 * 743 743 * @since 3.4.0 … … 868 868 869 869 /** 870 * Filter XML-RPC-prepared date for the given post.870 * Filters XML-RPC-prepared date for the given post. 871 871 * 872 872 * @since 3.4.0 … … 919 919 920 920 /** 921 * Filter XML-RPC-prepared date for the given post type.921 * Filters XML-RPC-prepared date for the given post type. 922 922 * 923 923 * @since 3.4.0 … … 958 958 959 959 /** 960 * Filter XML-RPC-prepared data for the given media item.960 * Filters XML-RPC-prepared data for the given media item. 961 961 * 962 962 * @since 3.4.0 … … 1040 1040 1041 1041 /** 1042 * Filter XML-RPC-prepared data for the given page.1042 * Filters XML-RPC-prepared data for the given page. 1043 1043 * 1044 1044 * @since 3.4.0 … … 1089 1089 1090 1090 /** 1091 * Filter XML-RPC-prepared data for the given comment.1091 * Filters XML-RPC-prepared data for the given comment. 1092 1092 * 1093 1093 * @since 3.4.0 … … 1137 1137 1138 1138 /** 1139 * Filter XML-RPC-prepared data for the given user.1139 * Filters XML-RPC-prepared data for the given user. 1140 1140 * 1141 1141 * @since 3.5.0 … … 1507 1507 1508 1508 /** 1509 * Filter post data array to be inserted via XML-RPC.1509 * Filters post data array to be inserted via XML-RPC. 1510 1510 * 1511 1511 * @since 3.4.0 … … 1710 1710 } else { 1711 1711 /** 1712 * Filter the list of post query fields used by the given XML-RPC method.1712 * Filters the list of post query fields used by the given XML-RPC method. 1713 1713 * 1714 1714 * @since 3.4.0 … … 2261 2261 } else { 2262 2262 /** 2263 * Filter the taxonomy query fields used by the given XML-RPC method.2263 * Filters the taxonomy query fields used by the given XML-RPC method. 2264 2264 * 2265 2265 * @since 3.4.0 … … 2396 2396 } else { 2397 2397 /** 2398 * Filter the default user query fields used by the given XML-RPC method.2398 * Filters the default user query fields used by the given XML-RPC method. 2399 2399 * 2400 2400 * @since 3.5.0 … … 3509 3509 3510 3510 /** 3511 * Filter whether to allow anonymous comments over XML-RPC.3511 * Filters whether to allow anonymous comments over XML-RPC. 3512 3512 * 3513 3513 * @since 2.7.0 … … 4079 4079 } else { 4080 4080 /** 4081 * Filter the default query fields used by the given XML-RPC method.4081 * Filters the default query fields used by the given XML-RPC method. 4082 4082 * 4083 4083 * @since 3.4.0 … … 4197 4197 } else { 4198 4198 /** 4199 * Filter the default revision query fields used by the given XML-RPC method.4199 * Filters the default revision query fields used by the given XML-RPC method. 4200 4200 * 4201 4201 * @since 3.5.0 … … 5801 5801 5802 5802 /** 5803 * Filter whether to preempt the XML-RPC media upload.5803 * Filters whether to preempt the XML-RPC media upload. 5804 5804 * 5805 5805 * Passing a truthy value will effectively short-circuit the media upload, … … 6086 6086 6087 6087 /** 6088 * Filter the MoveableType text filters list for XML-RPC.6088 * Filters the MoveableType text filters list for XML-RPC. 6089 6089 * 6090 6090 * @since 2.2.0 … … 6214 6214 6215 6215 /** 6216 * Filter the pingback source URI.6216 * Filters the pingback source URI. 6217 6217 * 6218 6218 * @since 3.6.0 … … 6311 6311 6312 6312 /** 6313 * Filter the pingback remote source.6313 * Filters the pingback remote source. 6314 6314 * 6315 6315 * @since 2.5.0 … … 6457 6457 protected function pingback_error( $code, $message ) { 6458 6458 /** 6459 * Filter the XML-RPC pingback error return.6459 * Filters the XML-RPC pingback error return. 6460 6460 * 6461 6461 * @since 3.5.1
Note: See TracChangeset
for help on using the changeset viewer.