{"id":1355,"date":"2026-08-20T17:00:50","date_gmt":"2026-08-20T17:00:50","guid":{"rendered":"https:\/\/make.wordpress.org\/ai\/?p=1355"},"modified":"2026-08-20T17:00:51","modified_gmt":"2026-08-20T17:00:51","slug":"ai-contributor-weekly-summary-19-august-2026","status":"publish","type":"post","link":"https:\/\/make.wordpress.org\/ai\/2026\/08\/20\/ai-contributor-weekly-summary-19-august-2026\/","title":{"rendered":"AI Contributor Weekly Summary \u2013 19 August 2026"},"content":{"rendered":"<p class=\"wp-block-paragraph\"><em>This week\u2019s AI contributor meeting covered five <span tabindex='0' class='glossary-item-container'>plugin<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Plugin<\/span> <span class='glossary-item-description'>A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory <a href=\"https:\/\/wordpress.org\/plugins\/\">https:\/\/wordpress.org\/plugins\/<\/a> or can be cost-based plugin from a third-party.<\/span><\/span><\/span> releases, a revised implementation strategy for embedding support, and a proposed CRUD-style structure for WordPress abilities.  The group also discussed the WordPress 7.1 release taking place later that day at <span tabindex='0' class='glossary-item-container'>WordCamp<span class='glossary-item-hidden-content'><span class='glossary-item-header'>WordCamp<\/span> <span class='glossary-item-description'>WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they\u2019ve learned throughout the year and share the joy. <a href=\"https:\/\/central.wordcamp.org\/about\/\">Learn more<\/a>.<\/span><\/span><\/span> US and plans to review <span tabindex='0' class='glossary-item-container'>Contributor Day<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Contributor Day<\/span> <span class='glossary-item-description'>Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of <a href=\"https:\/\/make.wordpress.org\/\">https:\/\/make.wordpress.org\/<\/a> There are many teams that people can participate in, each with a different focus. <a href=\"https:\/\/make.wordpress.org\/support\/handbook\/getting-started\/getting-started-at-a-contributor-day\/\">https:\/\/make.wordpress.org\/support\/handbook\/getting-started\/getting-started-at-a-contributor-day\/<\/a><\/span><\/span><\/span> and Prompt Bar feedback once more attendees have returned.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Plugin and Release Updates<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The team shipped five plugin releases over two days:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/WordPress\/ai-provider-for-anthropic\/releases\/tag\/1.0.4\">AI Connector for Anthropic 1.0.4<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/ai-provider-for-google\/releases\/tag\/1.1.1\">AI Connector for Google 1.1.1<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/releases\/tag\/1.2.0\">AI Connector for Ollama 1.2.0<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/ai-provider-for-openai\/releases\/tag\/1.1.0\">AI Connector for OpenAI 1.1.0<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/ai\/releases\/tag\/1.3.0\">AI plugin 1.3.0<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The connector releases were tested for compatibility with WordPress 7.1 and included a mixture of minor updates and major version changes.  Some embedding support remains unmerged in the connector plugins.  The team plans to revisit that work so contributors can test embedding functionality across multiple providers, including locally hosted models.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The AI plugin has also moved from its earlier two-week release cycle to a roughly monthly cadence. Future releases will therefore likely include larger changelogs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 was scheduled to be released later that day at WordCamp US.  The group deferred a broader discussion of the event\u2019s Contributor Day work and feedback collected at the AI Team\u2019s Prompt Bar until next week.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Embedding Support Implementation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/profiles.wordpress.org\/dkotter\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>dkotter<\/a> proposed breaking the embedding work into smaller, independently reviewable pull requests rather than combining the underlying architecture and user-facing features into large feature PRs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The proposed sequence includes separate work for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Embedding support from the <span tabindex='0' class='glossary-item-container'>PHP<span class='glossary-item-hidden-content'><span class='glossary-item-header'>PHP<\/span> <span class='glossary-item-description'>PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. <a href=\"https:\/\/www.php.net\/manual\/en\/index.php\">https:\/\/www.php.net\/manual\/en\/index.php<\/a><\/span><\/span><\/span> AI Client<\/li>\n\n\n\n<li>The storage and CRUD layer for embeddings<\/li>\n\n\n\n<li>Background synchronization and large-scale processing<\/li>\n\n\n\n<li>Low-level similarity and calculation utilities<\/li>\n\n\n\n<li>Individual features, such as semantic search, built on top of that foundation<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These PRs should generally be able to branch independently from the development branch and be merged separately.  Contributors may still stack related PRs when an implementation dependency makes that more practical.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Local models, e.g. Ollama, are particularly useful for testing this work.  Embeddings generally only need to be regenerated when the source content changes, and calculations using the resulting data do not require continued requests to an AI <span tabindex='0' class='glossary-item-container'>provider<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Provider<\/span> <span class='glossary-item-description'>An AI service offering models for generation, embeddings, or other capabilities (e.g., Anthropic, Google, OpenAI).<\/span><\/span><\/span>.  This makes much of the workflow testable without ongoing provider <span tabindex='0' class='glossary-item-container'>API<span class='glossary-item-hidden-content'><span class='glossary-item-header'>API<\/span> <span class='glossary-item-description'>An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.<\/span><\/span><\/span> costs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><span style=\"text-decoration: underline\">DECISION:<\/span><\/strong> Implement the embedding foundation through smaller, independent pull requests before building additional features on top of it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Proposed Abilities Structure<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/profiles.wordpress.org\/jorgefilipecosta\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jorgefilipecosta<\/a> shared an updated direction for abilities following feedback on the earlier merge proposal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Passing requests directly through the <span tabindex='0' class='glossary-item-container'>REST API<span class='glossary-item-hidden-content'><span class='glossary-item-header'>REST API<\/span> <span class='glossary-item-description'>The REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think \u201cphone app\u201d or \u201cwebsite\u201d) can communicate with the data store (think \u201cdatabase\u201d or \u201cfile system\u201d)\r<a href=\"https:\/\/developer.wordpress.org\/rest-api\/\">https:\/\/developer.wordpress.org\/rest-api\/<\/a><\/span><\/span><\/span> may still be useful as a temporary prototyping approach, but the group does not consider it the appropriate long-term architecture.  The team will instead try a CRUD-style structure with separate abilities such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>core\/content-query<\/code><\/li>\n\n\n\n<li><code>core\/content-create<\/code><\/li>\n\n\n\n<li><code>core\/content-update<\/code><\/li>\n\n\n\n<li><code>core\/content-delete<\/code><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Keeping these operations separate allows each <span tabindex='0' class='glossary-item-container'>ability<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Ability<\/span> <span class='glossary-item-description'>A registered, self-documenting unit of WordPress functionality that can be discovered and invoked through multiple contexts (REST API, Command Palette, MCP). Includes authorization and input\/output specifications.<\/span><\/span><\/span> to carry more accurate annotations, including whether it is read-only or performs a destructive action.  \u201cQuery\u201d is being considered instead of \u201cread\u201d for entities such as content and users that support complex filtering.  Simpler retrieval operations, such as getting settings or environment information, could continue to use \u201cget.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The current goal is for this abilities pattern to become part of WordPress <span tabindex='0' class='glossary-item-container'>Core<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Core<\/span> <span class='glossary-item-description'>Core is the set of software required to run WordPress. The Core Development Team builds WordPress.<\/span><\/span><\/span> in 7.2.  Before then, the AI plugin may use polyfills to test the structure and prepare for the Core implementation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The team also agreed that experimental abilities previously shipped in the plugin do not need to retain backward compatibility indefinitely.  They can follow a standard deprecation cycle, with notices retained for a limited number of plugin releases before obsolete code is removed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This direction is not considered set in stone. The proposed structure will be documented publicly so contributors can raise concerns before a larger set of abilities is implemented.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Links related to the conversation:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/WordPress\/wordpress-develop\/pull\/10507\">Abilities: Add support for ability deprecation \u2013 WordPress\/wordpress-develop#10507<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/ai\/pull\/858\">Abilities API: add <code>core\/read-nav-menus<\/code> ability \u2013 WordPress\/ai#858<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/ai\/pull\/945\">Add <code>core\/edit-content<\/code> ability for targeted post content edits \u2013 WordPress\/ai\/#945<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/ai\/pull\/764\">Add a <code>core\/manage-settings<\/code> ability \u2013 WordPress\/ai\/#764<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><span style=\"text-decoration: underline\">DECISION:<\/span><\/strong> Proceed with implementing and testing the CRUD-style abilities pattern, subject to public review and continued feedback.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<h2 class=\"wp-block-heading\">Next Steps<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/profiles.wordpress.org\/jeffpaul\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jeffpaul<\/a> will open a tracking issue with a checklist covering the separate embedding-support pull requests.<\/li>\n\n\n\n<li><a href=\"https:\/\/profiles.wordpress.org\/jeffpaul\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jeffpaul<\/a> will identify related open PRs and flag opportunities for contributors to help divide them into smaller units.<\/li>\n\n\n\n<li>Follow up with <a href=\"https:\/\/profiles.wordpress.org\/jason_the_adams\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jason_the_adams<\/a> on the <a href=\"https:\/\/github.com\/WordPress\/php-ai-client\/pull\/274\">PHP AI Client embedding work<\/a> and any additional architectural feedback.<\/li>\n\n\n\n<li>Complete embedding model declarations or support in connector plugins where it remains missing.<\/li>\n\n\n\n<li><a href=\"https:\/\/profiles.wordpress.org\/jorgefilipecosta\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jorgefilipecosta<\/a> will document the proposed abilities structure publicly and invite further feedback.<\/li>\n\n\n\n<li>Review existing abilities PRs against the new structure and ask their authors to update them where appropriate.  PRs that cannot be updated may be closed.<\/li>\n\n\n\n<li>Revisit the work completed at WordCamp US Contributor Day and feedback collected through the Prompt Bar.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming Meetings<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contributors are welcome to join the weekly AI contributor call. All team meeting schedules are published on the <a href=\"https:\/\/make.wordpress.org\/meetings\/#ai\">WordPress Meeting Calendar<\/a>.<\/li>\n\n\n\n<li><strong><strong>AI Team Office Hours (<span tabindex='0' class='glossary-item-container'>Slack<span class='glossary-item-hidden-content'><span class='glossary-item-header'>Slack<\/span> <span class='glossary-item-description'>Slack is a Collaborative Group Chat Platform <a href=\"https:\/\/slack.com\/\">https:\/\/slack.com\/<\/a>. The WordPress community has its own Slack Channel at <a href=\"https:\/\/make.wordpress.org\/chat\/\">https:\/\/make.wordpress.org\/chat\/<\/a><\/span><\/span><\/span>)<\/strong>:<\/strong> <a href=\"https:\/\/www.timeanddate.com\/worldclock\/fixedtime.html?iso=20260820T1700\"><abbr class=\"date\" title=\"2026-08-20T17:00:00+00:00\">Thursday, 20 August 2026, 17:00 UTC<\/abbr><\/a>. Facilitator: <a href=\"https:\/\/profiles.wordpress.org\/jeffpaul\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>jeffpaul<\/a>.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to <a href=\"https:\/\/profiles.wordpress.org\/ekamran\/\" class=\"mention\"><span class=\"mentions-prefix\">@<\/span>ekamran<\/a> for pre-publish review.<\/em><\/p>\n<p class=\"o2-appended-tags\"><a href=\"https:\/\/make.wordpress.org\/ai\/tag\/core-ai\/\" class=\"tag\"><span class=\"tag-prefix\">#<\/span>core-ai<\/a>, <a href=\"https:\/\/make.wordpress.org\/ai\/tag\/summary\/\" class=\"tag\"><span class=\"tag-prefix\">#<\/span>summary<\/a><\/p><nav class='o2-post-footer-actions'><ul class='o2-post-footer-action-row'><li class='o2-post-footer-action'><a href=\"https:\/\/login.wordpress.org\/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fai%2F2026%2F08%2F20%2Fai-contributor-weekly-summary-19-august-2026%2F%23respond&#038;locale=en_US\" title=\"Login to Reply\"  class=\"genericon  genericon-reply\"  data-action=\"login-to-reply\"  data-actionstate=\"default\" >Login to Reply<\/a><\/li><\/ul><div class='o2-post-footer-action-likes'><\/div><ul class='o2-post-footer-action-row'><\/ul><\/nav>","protected":false},"excerpt":{"rendered":"<p>The AI contributor team shipped five plugin releases, refined the implementation plan for embedding support, and aligned on a proposed CRUD-style structure for WordPress abilities.<\/p>\n","protected":false},"author":5645739,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1],"tags":[3,16],"class_list":["post-1355","post","type-post","status-publish","format-standard","hentry","category-general","tag-core-ai","tag-summary","mentions-dkotter","mentions-ekamran","mentions-jason_the_adams","mentions-jeffpaul","mentions-jorgefilipecosta","author-jeffpaul"],"revision_note":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":1220,"url":"https:\/\/make.wordpress.org\/ai\/2026\/06\/25\/ai-contributor-weekly-summary-24-june-2026\/","url_meta":{"origin":1355,"position":0},"title":"AI Contributor Weekly Summary \u2013 24 June 2026","author":"Jeffrey Paul","date":"25 June 2026","format":false,"excerpt":"This week's AI Team meeting focused on preparing AI infrastructure for WordPress 7.1, including discussions around abilities, embeddings, streaming support, connectors, MCP development, and documentation improvements. Contributors also aligned on the role of the AI Plugin as an experimental incubator for testing and refining new AI capabilities before broader adoption.","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1271,"url":"https:\/\/make.wordpress.org\/ai\/2026\/07\/10\/ai-contributor-weekly-summary-8-july-2026\/","url_meta":{"origin":1355,"position":1},"title":"AI Contributor Weekly Summary \u2013 8 July 2026","author":"Jeffrey Paul","date":"10 July 2026","format":false,"excerpt":"This week\u2019s AI contributor meeting focused on WordPress 7.1 release readiness, PHP AI Client embeddings and streaming work, Abilities API scope, developer education, and WCUS AI team booth planning.","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1086,"url":"https:\/\/make.wordpress.org\/ai\/2026\/05\/08\/ai-contributor-weekly-summary-29-april-2026\/","url_meta":{"origin":1355,"position":2},"title":"AI Contributor Weekly Summary &#8211; 29 April 2026","author":"Jeffrey Paul","date":"8 May 2026","format":false,"excerpt":"This week\u2019s AI contributors meeting focused on MCP adapter progress, release planning ahead of WordPress 7.0, and increasing testing efforts across the AI plugin ecosystem. Contributors also discussed connector security experiments, provider\/model selection improvements, and ongoing ownership discussions around WordPress Agent Skills.","rel":"","context":"In &quot;Summaries&quot;","block_context":{"text":"Summaries","link":"https:\/\/make.wordpress.org\/ai\/category\/summaries\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1022,"url":"https:\/\/make.wordpress.org\/ai\/2026\/04\/16\/ai-contributor-weekly-summary-15-april-2026\/","url_meta":{"origin":1355,"position":3},"title":"AI Contributor Weekly Summary &#8211; 15 April 2026","author":"Jeffrey Paul","date":"16 April 2026","format":false,"excerpt":"This week\u2019s AI meeting covered AI 0.7.0 follow-up work, the upcoming 0.8.0 release, MCP client updates, and connector improvements, along with efforts to turn community feedback into actionable issues.","rel":"","context":"In &quot;Summaries&quot;","block_context":{"text":"Summaries","link":"https:\/\/make.wordpress.org\/ai\/category\/summaries\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1363,"url":"https:\/\/make.wordpress.org\/ai\/2026\/09\/04\/ai-contributor-weekly-summary-2-september-2026\/","url_meta":{"origin":1355,"position":4},"title":"AI Contributor Weekly Summary \u2013 2 September 2026","author":"Jeffrey Paul","date":"4 September 2026","format":false,"excerpt":"This week\u2019s AI contributor meeting covered WordPress 7.2 roadmap planning, embeddings and connector work, maintainer needs across AI projects, MCP development, and next steps for the AI translation experiment.","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1295,"url":"https:\/\/make.wordpress.org\/ai\/2026\/07\/17\/ai-contributor-weekly-summary-15-july-2026\/","url_meta":{"origin":1355,"position":5},"title":"AI Contributor Weekly Summary \u2013 15 July 2026","author":"Jeffrey Paul","date":"17 July 2026","format":false,"excerpt":"This week\u2019s AI contributor meeting covered WordPress 7.1, AI Plugin 1.2, Abilities and Connectors work, repository maintenance, WordCamp US planning, contribution guidelines, and the next steps for the MCP Adapter.","rel":"","context":"In &quot;General&quot;","block_context":{"text":"General","link":"https:\/\/make.wordpress.org\/ai\/category\/general\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_shortlink":"https:\/\/wp.me\/pgARFV-lR","jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts\/1355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/users\/5645739"}],"replies":[{"embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/comments?post=1355"}],"version-history":[{"count":2,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts\/1355\/revisions"}],"predecessor-version":[{"id":1357,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/posts\/1355\/revisions\/1357"}],"wp:attachment":[{"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/media?parent=1355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/categories?post=1355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/make.wordpress.org\/ai\/wp-json\/wp\/v2\/tags?post=1355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}