wpcom_json_api_objects, comments, count( $return_comments

wpcom_json_api_objects, comments, count( $return_comments

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('wpcom_json_api_objects, comments, count( $return_comments') is found 1 times:

  • /json-endpoints/class.wpcom-json-api-list-comments-endpoint.php line 377
    					}
    
    					if ( $return_comments ) {
    						/** This action is documented in json-endpoints/class.wpcom-json-api-site-settings-endpoint.php */
    						do_action( 'wpcom_json_api_objects', 'comments', count( $return_comments ) );
    					}
    
    					$return[ $key ] = $return_comments;
    					break;
    			}
    		}