post_content ); $content = str_replace( ']]>', ']]>', $content ); $content_processor->process( $post->ID, $content ); } return new WP_REST_Response( count( $posts ) ); } }