WP_REST_Comments_Controller::prepare_item_for_response( WP_Comment $item, WP_REST_Request $request ): WP_REST_Response
- Since
- 4.7.0, 5.9.0
- Source
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1130
Compatibility
- WordPress
- since 5.9.0
- PHP
- 7.4–8.6-dev
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.
Parameters
$itemWP_Comment- Comment object.
$requestWP_REST_Request- Request object.
Return value
WP_REST_Response- Response object.
Performance profile
How much work a call to WP_REST_Comments_Controller::prepare_item_for_response() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.
- Cost class
- Moderate
- Scaling
- Constant
- Instructions
- 98–168
- Plugin surface
- 2 hooks
- Called by
- 5
Reads stored settings via get_option(), cached per request but not free on a cold cache.
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 207.
Third-party callbacks on 'rest_prepare_comment', 'comment_text' run inside this call, and their cost is not bounded by anything here.
5 places in core call this, so the cost is paid more often than your own code shows.
What it touches
- hookthird-party callbacks
apply_filters()called directly - optionoption read or write
get_option()one call below WP_REST_Comments_Controller::prepare_item_for_response()
Further down the call graph this can also reach query, cache, serialize and transient. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.
What one call costs · 576 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_REST_Comments_Controller::prepare_item_for_response() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
!->is_method() && !$fields && !rest_is_field_included() | 98–102 | ->is_method(), ->get_fields_for_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !$fields && rest_is_field_included() | 99–103 | ->is_method(), ->get_fields_for_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 103–107 | ->is_method(), ->get_fields_for_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 103–107 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !$fields | 104–108 | ->is_method(), ->get_fields_for_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 104–108 | ->is_method(), ->get_fields_for_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 104–108 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 105–109 | ->is_method(), ->get_fields_for_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 105–109 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 105–109 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 106–110 | ->is_method(), ->get_fields_for_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 106–110 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
564 further outcomes, up to 168 instructions
!->is_method() && rest_is_field_included() | 106–110 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 107–111 | ->is_method(), ->get_fields_for_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 108–112 | ->is_method(), ->get_fields_for_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 108–112 | ->is_method(), ->get_fields_for_response(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 109–113 | ->is_method(), ->get_fields_for_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 109–113 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 109–113 | ->is_method(), ->get_fields_for_response(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 110–114 | ->is_method(), ->get_fields_for_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 110–114 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 110–114 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 110–114 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 110–114 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 110–114 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 111–115 | ->is_method(), ->get_fields_for_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 111–115 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 111–115 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 111–115 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 112–116 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 113–117 | ->is_method(), ->get_fields_for_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 113–117 | ->is_method(), ->get_fields_for_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 113–117 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 113–117 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 113–117 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 113–117 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 113–117 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 114–118 | ->is_method(), ->get_fields_for_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 114–118 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 114–118 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 114–118 | ->is_method(), ->get_fields_for_response(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 115–119 | ->is_method(), ->get_fields_for_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 115–119 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 115–119 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 115–119 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 115–119 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 115–119 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 116–120 | ->is_method(), ->get_fields_for_response(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 116–120 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 116–120 | ->is_method(), ->get_fields_for_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 116–120 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 116–120 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 116–120 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 116–120 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 116–120 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 116–120 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 116–120 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 116–120 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 117–121 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 117–121 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 118–122 | ->is_method(), ->get_fields_for_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 118–122 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 118–122 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 118–122 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 119–123 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 120–124 | ->is_method(), ->get_fields_for_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 120–124 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 120–124 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 120–124 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 121–125 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 121–125 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 121–125 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 121–125 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 121–125 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 121–125 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 121–125 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 121–125 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 121–125 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 122–126 | ->is_method(), ->get_fields_for_response(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 122–126 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 122–126 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 123–127 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 124–128 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 124–128 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 124–128 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 125–129 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 126–130 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 126–130 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 127–131 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 127–131 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 127–131 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 128–132 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 128–132 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 129–133 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 129–133 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 129–133 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 129–133 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 129–133 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 130–134 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 131–135 | ->is_method(), ->get_fields_for_response(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 131–135 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 131–135 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 131–135 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 132–136 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 133–137 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 133–137 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 133–137 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 134–138 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 134–138 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 134–138 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 135–139 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 136–140 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 136–140 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 137–141 | ->is_method(), ->get_fields_for_response(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 137–141 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 138–142 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 139–143 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 140–144 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 140–144 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 141–145 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 141–145 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && rest_is_field_included() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 142–146 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 143–147 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 144–148 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 144–148 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 145–149 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 146–150 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 147–151 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 148–152 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 148–152 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 148–152 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 148–152 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 149–153 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 149–153 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 150–154 | ->is_method(), ->get_fields_for_response(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 150–154 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 150–154 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 150–154 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 150–154 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 150–154 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 150–154 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 151–155 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 151–155 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 151–155 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 151–155 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 152–156 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 153–157 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() && !rest_is_field_included() | 153–157 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 154–158 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 154–158 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 154–158 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 155–159 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 157–161 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 157–161 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 157–161 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && !rest_is_field_included() | 158–162 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_method() | 159–163 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 159–163 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() && rest_is_field_included() | 159–163 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_method() | 164–168 | ->is_method(), ->get_fields_for_response(), mysql_to_rfc3339(), mysql_to_rfc3339(), apply_filters(), get_comment_link(), ->prepare_status_response(), get_comment_type(), rest_get_avatar_urls(), ->get_value(), ->add_additional_fields_to_object(), ->filter_response_by_context(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.
Across PHP versions
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 207 | 98–168 | 21 | |
| 8.5 | 207 | 98–168 | 21 | |
| 8.4 | 207 | 98–168 | 21 | 51 fewer instructions than PHP 8.3 |
| 8.3 | 258 | 149–219 | 21 | |
| 8.2 | 258 | 149–219 | 21 | |
| 8.1 | 258 | 149–219 | 21 | 1 fewer instruction than PHP 7.4 |
| 7.4 | 259 | 149–220 | 21 |
An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.
Hooks and filters fired · 3
3 hooks fire while WP_REST_Comments_Controller::prepare_item_for_response() runs, in this order:
- apply_filters( rest_prepare_comment )filterline 1137 (+7 into the body)
Filters a comment returned from the REST API.
- apply_filters( comment_text )filterline 1190 (+60 into the body)
Filters the text of a comment to be displayed.
- apply_filters( rest_prepare_comment )filterline 1237 (+107 into the body)
Filters a comment returned from the REST API.
Uses · 13
- apply_filters()Calls the callback functions that have been added to a filter hook.
- mysql_to_rfc3339()Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601 (Y-m-d\TH:i:s).
- get_comment_link()Retrieves the link to a given comment.
- get_comment_type()Retrieves the comment type of the current comment.
- rest_get_avatar_urls()Retrieves the avatar URLs in various sizes.
- rest_ensure_response()Ensures a REST response is a response object (for consistency).
- rest_is_field_included()Given an array of fields to include in a response, some of which may be `nested.fields`, determine whether the provided field should be included in the response body.
- WP_REST_Response::__construct()
- WP_REST_Comments_Controller::get_fields_for_response()
- WP_REST_Comments_Controller::prepare_status_response()Checks comment_approved to set comment status for single comment output.
- WP_REST_Comments_Controller::add_additional_fields_to_object()
- WP_REST_Comments_Controller::filter_response_by_context()
Show all 13
- WP_REST_Comments_Controller::prepare_links()Prepares links for the request.
Used by · 5
- WP_REST_Comments_Controller::create_item()Creates a comment.
- WP_REST_Comments_Controller::delete_item()Deletes a comment.
- WP_REST_Comments_Controller::get_item()Retrieves a comment.
- WP_REST_Comments_Controller::get_items()Retrieves a list of comment items.
- WP_REST_Comments_Controller::update_item()Updates a comment.
Source code
public function prepare_item_for_response( $item, $request ) { // Restores the more descriptive, specific name for use within this method. $comment = $item; // Don't prepare the response body for HEAD requests. if ( $request->is_method( 'HEAD' ) ) { /** This filter is documented in wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php */ return apply_filters( 'rest_prepare_comment', new WP_REST_Response( array() ), $comment, $request ); } $fields = $this->get_fields_for_response( $request ); $data = array(); if ( in_array( 'id', $fields, true ) ) { $data['id'] = (int) $comment->comment_ID; } if ( in_array( 'post', $fields, true ) ) { $data['post'] = (int) $comment->comment_post_ID; } if ( in_array( 'parent', $fields, true ) ) { $data['parent'] = (int) $comment->comment_parent; } if ( in_array( 'author', $fields, true ) ) { $data['author'] = (int) $comment->user_id; } if ( in_array( 'author_name', $fields, true ) ) { $data['author_name'] = $comment->comment_author; } if ( in_array( 'author_email', $fields, true ) ) { $data['author_email'] = $comment->comment_author_email; } if ( in_array( 'author_url', $fields, true ) ) { $data['author_url'] = $comment->comment_author_url; } if ( in_array( 'author_ip', $fields, true ) ) { $data['author_ip'] = $comment->comment_author_IP; } if ( in_array( 'author_user_agent', $fields, true ) ) { $data['author_user_agent'] = $comment->comment_agent; } if ( in_array( 'date', $fields, true ) ) { $data['date'] = mysql_to_rfc3339( $comment->comment_date ); } if ( in_array( 'date_gmt', $fields, true ) ) { $data['date_gmt'] = mysql_to_rfc3339( $comment->comment_date_gmt ); } if ( in_array( 'content', $fields, true ) ) { $data['content'] = array( /** This filter is documented in wp-includes/comment-template.php */ 'rendered' => apply_filters( 'comment_text', $comment->comment_content, $comment, array() ), 'raw' => $comment->comment_content, ); } if ( in_array( 'link', $fields, true ) ) { $data['link'] = get_comment_link( $comment ); } if ( in_array( 'status', $fields, true ) ) { $data['status'] = $this->prepare_status_response( $comment->comment_approved ); } if ( in_array( 'type', $fields, true ) ) { $data['type'] = get_comment_type( $comment->comment_ID ); } if ( in_array( 'author_avatar_urls', $fields, true ) ) { $data['author_avatar_urls'] = rest_get_avatar_urls( $comment ); }Changelog
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$comment to $item to match parent class for PHP 8 named parameter support.from the docblockAbout this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 tag, from
src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.