{"id":2256,"date":"2026-03-08T09:53:07","date_gmt":"2026-03-08T09:53:07","guid":{"rendered":"https:\/\/icelandconsulateghana.com\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/"},"modified":"2026-03-08T09:53:07","modified_gmt":"2026-03-08T09:53:07","slug":"gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360","status":"publish","type":"post","link":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/","title":{"rendered":"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Hi there,<\/p>\n<p class=\"wp-block-paragraph\">I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements.<\/p>\n<p class=\"wp-block-paragraph\">Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if you are curious. <\/p>\n<p class=\"wp-block-paragraph\">Below you also find the links to the first set of Dev Notes for WordPress 7.0. Beta 4 will come out next week (3\/12). Release candidate 1 is scheduled for March 19. It is now time to <a href=\"https:\/\/make.wordpress.org\/test\/2026\/02\/20\/help-test-wordpress-7-0\/\">help test WordPress 7.0<\/a><\/p>\n<p class=\"wp-block-paragraph\">Enjoy your weekend and these notes. <\/p>\n<p class=\"wp-block-paragraph\">Yours, <img decoding=\"async\" alt=\"\ud83d\udc95\" class=\"wp-smiley\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f495.png\" \/><br \/><em>Birgit<\/em><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\">WordCamp Asia heads to Mumbai on April 10\u201311, and I shared <a href=\"https:\/\/gutenbergtimes.com\/schedule-of-wordcamp-asia-birgits-selected-sessions\/\"><strong>my personally curated session picks<\/strong><\/a> \u2014 leaning heavily into block editor, themes, and AI. Highlights include Ryan Welcher on the Interactivity API, a Playground + AI testing pipelines talk by Fellyph Cintra, and a closing keynote from Matt Mullenweg. I will also be leading a Contributor Day workshop on building a block theme from scratch. <a href=\"https:\/\/asia.wordcamp.org\/2026\/schedule\/\">The schedule<\/a> still has several TBD slots, so it\u2019s worth checking back. <\/p>\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/asia.wordcamp.org\/2026\/schedule\/\"><img fetchpriority=\"high\" decoding=\"async\" alt=\"Networking at WordCamp Asia\" class=\"wp-image-44578\" height=\"364\" src=\"https:\/\/i0.wp.com\/gutenbergtimes.com\/wp-content\/uploads\/2026\/03\/WordCamp-Asia-Schedule-2026.jpg?resize=652%2C364&amp;ssl=1\" width=\"652\" \/><\/a><\/figure>\n<p class=\"wp-block-paragraph\"><em><a href=\"https:\/\/asia.wordcamp.org\/2026\/event-pass\/?refresh=true#get-your-pass\">Get your WordCamp Asia 2026 event pass<\/a> and join the WordPress community in Mumbai on April 9\u201311!<\/em><\/p>\n<h2 class=\"wp-block-heading\">Developing Gutenberg and WordPress<\/h2>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/wordpress.org\/news\/2026\/03\/wordpress-7-0-beta-3\/\"><strong>WordPress 7.0 Beta 3 <\/strong><\/a>is now available for testing. The final release is coming closer. It\u2019s the time of the release cycle when <strong>Developer Notes<\/strong> are published ahead of Release Candidate 1.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\">For the <strong><a href=\"https:\/\/make.wordpress.org\/core\/2026\/03\/04\/breadcrumb-block-filters\/\">new Breadcrumbs block<\/a><\/strong>, <strong>Nik Tsekouras<\/strong> documents the two PHP filters developers will want to know. <code>block_core_breadcrumbs_items<\/code> lets you modify, add, or remove items just before rendering \u2014 handy for prepending a custom \u201cShop\u201d crumb in WooCommerce. <code>block_core_breadcrumbs_post_type_settings<\/code> gives you control over which taxonomy and term appear in the trail, with sensible fallback behavior when your preferred term isn\u2019t assigned. Props to Karol Manijak for the implementation.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Dave Smith<\/strong> details one of the more exciting 7.0 additions for theme developers: <strong><a href=\"https:\/\/make.wordpress.org\/core\/2026\/03\/04\/customisable-navigation-overlays-in-wordpress-7-0\/\">Customisable Navigation Overlays<\/a>.<\/strong> Mobile hamburger menus were previously locked to a fixed default design \u2014 now you can build your overlay from any blocks and patterns directly in the Site Editor. Themes can bundle overlays as template parts registered with a new <code>navigation-overlay<\/code> area in <code>theme.json<\/code>. The feature is opt-in currently full-screen only, and props go to <strong>Mike McAlister<\/strong>, whose <a href=\"https:\/\/wordpress.org\/plugins\/ollie-menu-designer\/\">Ollie Menu Designer plugin<\/a> helped validate the community demand.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Luis Herranz<\/strong> outlines key updates in the <a href=\"https:\/\/make.wordpress.org\/core\/2026\/03\/04\/changes-to-the-interactivity-api-in-wordpress-7-0\/\"><strong>Interactivity API changes in WordPress 7.0<\/strong><\/a>. The main highlight is the new <code>watch()<\/code> function, which helps developers to track state changes outside the DOM for tasks like logging and analytics. Additionally, <code>state.url<\/code> in <code>core\/router<\/code> will now be filled by the server, improving navigation tracking. Note that the <code>state.navigation<\/code> properties are outdated and will be removed in a future version.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Andr\u00e9 Maneiro<\/strong> rounds up <strong><a href=\"https:\/\/make.wordpress.org\/core\/2026\/03\/04\/dataviews-dataform-et-al-in-wordpress-7-0\/\">166 contributions from 35 authors landing in the DataViews space for WordPress 7.0<\/a>.<\/strong> Highlights include a new <code>activity<\/code> timeline layout, expanded field validation rules, a <code>combobox<\/code> control for large datasets, and a <code>groupBy<\/code> object replacing the old <code>groupByField<\/code> string \u2014 a breaking change worth noting. DataForm gains a new <code>details<\/code> layout and collapsible card controls. A lot here for plugin developers building data-rich admin interfaces.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Miguel Fonseca<\/strong> documents one of the most warmly received 7.0 additions: <strong><a href=\"https:\/\/make.wordpress.org\/core\/2026\/03\/03\/php-only-block-registration\/\">PHP-only block registration<\/a>.<\/strong> Pass <code>'autoRegister' =&gt; true<\/code> in the <code>supports<\/code> array alongside a <code>render_callback<\/code>, and your block appears in the editor without a single line of JavaScript. WordPress automatically generates Inspector Controls for supported attribute types \u2014 string, integer, boolean, and enum. Implemented by Ricky Pena, the comments section alone tells you how long PHP-first developers have been waiting for this one.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher<\/strong> and <strong>Ciprian Popescu<\/strong> went deeper on this topic and provided you with examples and explanations on their personal blogs. (See links below.)  <\/p>\n<div class=\"wp-block-group has-light-background-background-color has-background\">\n<div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img decoding=\"async\" alt=\"\ud83c\udf99\" class=\"wp-smiley\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f399.png\" \/> The latest episode is <a href=\"https:\/\/gutenbergtimes.com\/podcast\/gutenberg-changelog-127-wordpress-7-0-beta\/\">Gutenberg Changelog #127 \u2013 WordPress 7.0 Beta and Gutenberg 22.6<\/a> with special guest <strong>Jessica Lyschik<\/strong>, senior developer at Greyd<\/p>\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img decoding=\"async\" alt=\"Jessica Lyschik and Birgit Pauli-Haack recording Gutenberg changelog episode number 127\" class=\"wp-image-44548\" height=\"184\" src=\"https:\/\/i0.wp.com\/gutenbergtimes.com\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-27-at-12.47.56.png?resize=652%2C184&amp;ssl=1\" width=\"652\" \/><\/figure>\n<div class=\"wp-block-newsletterglue-showhide ng-block\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\">\n<div class=\"wp-block-embed__wrapper\">\n<\/div>\n<\/figure>\n<\/div>\n<\/div>\n<\/div>\n<p class=\"wp-block-paragraph\">In the video, <a href=\"https:\/\/www.youtube.com\/watch?v=znVzVZ0jM9g\"><strong>7.0 Beta, Gutenberg 22.5, Studio &amp; AI: WordPress for Developers in February<\/strong><\/a> <strong>Ryan Welcher<\/strong> walks you through the February edition of the round-up series What\u2019s new for Developers. You\u2019ll get the highlights from Gutenberg 22.4 and 22.5: per-instance custom CSS, viewport-based block visibility, anchor support for dynamic blocks, and the long-awaited removal of extra editor wrapper divs. The iFrame enforcement planned for 7.0 has been delayed \u2014 more breathing room, but time to prepare is now.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\">WordPress lead developer <strong>Dion Hulse<\/strong> has shipped something quietly useful: <strong><a href=\"https:\/\/www.therepository.email\/wordpress-org-now-serves-markdown-output-for-ai-agents-and-developers\">WordPress.org now serves clean Markdown output<\/a> <\/strong>for every page, built on Dennis Snell\u2019s html-to-md plugin. You can access it by appending <code>?output_format=md<\/code> to any URL or sending an <code>Accept: text\/markdown<\/code> header. The efficiency gains are real \u2014 one developer reported a WordPress docs page shrinking from 68k tokens to 11k. It\u2019s a direct response to Mullenweg\u2019s push to make WordPress.org a canonical knowledge source for AI agents. <em>Ray Morey reporting for The Repository<\/em><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\">In this brief video, <strong>Jonathan Bossenger<\/strong> demonstrates <a href=\"https:\/\/www.youtube.com\/watch?v=OAYyx-qEpVY\"><strong>WordPress 7.0 Beta 2\u2019s new WP AI Client and Connectors<\/strong> settings page<\/a>, explaining how connectors can install plugins and how developers can create AI features without tying users to a specific provider. A live CLI demo showcases this approach. Bossenger also discusses connector discovery UX and areas where core improvements are needed before 7.0 is released.<\/p>\n<div class=\"wp-block-newsletterglue-showhide ng-block\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<div class=\"wp-block-embed__wrapper\">\n<\/div>\n<\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\">Plugins, Themes, and Tools for #nocode site builders and owners<\/h2>\n<p class=\"wp-block-paragraph\">WordPress contributor <strong>Nick Hamze <\/strong>has quietly improved <strong><a href=\"https:\/\/www.therepository.email\/the-wordpress-featured-plugins-tab-is-now-rotating-hidden-gems-every-two-weeks\">the Featured Plugins tab in wp-admin<\/a>,<\/strong> replacing a list that hadn\u2019t changed in eight years with a rotating selection of eight lesser-known plugins, refreshed every two weeks. The goal, as <strong>Matt Cromwell<\/strong> reports for The Repository, is to surface genuinely promising newcomers \u2014 \u201cnot the giants, not the household names\u201d \u2014 that you\u2019d never stumble across through search or popularity rankings. Early results are striking; Ollie Menu Designer tripled its biggest download day within hours of appearing in the tab.<\/p>\n<h2 class=\"wp-block-heading\">Theme Development for Full Site Editing and Blocks<\/h2>\n<p class=\"wp-block-paragraph\"><strong>Marko Ivanovic<\/strong> and <strong>Noam Almosnino<\/strong> shared their <a href=\"https:\/\/automattic.design\/2026\/03\/03\/telex-experiments\/\"><strong>Telex experiments on the Automattic Design blog<\/strong><\/a>, showcasing what happens when designers get to build WordPress blocks by simply describing an idea. Telex, Automattic\u2019s AI-powered tool, handles the technical wiring so you can focus on creative exploration. The pair built a text-scrambling interaction inspired by Flash-era pioneer Yugop and an image carousel\u2014all without writing block code themselves. It\u2019s a compelling glimpse at how your design-to-block workflow could change.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Derek Hanson<\/strong> shares how he shipped <a href=\"https:\/\/derekhanson.blog\/tufte-blocks\/\"><strong>Tufte Blocks<\/strong><\/a>, a WordPress block theme he couldn\u2019t build a year ago, drawing on Edward Tufte\u2019s typography-first aesthetic. After two failed attempts, the right combination \u2014 <em><a href=\"https:\/\/github.com\/WordPress\/agent-skills\">WordPress Agent Skills<\/a><\/em> and <strong>Shaun Andrews<\/strong>\u2018 <a href=\"https:\/\/shaunandrews.com\/2026\/02\/teaching-ai-to-design\/\">design-system-first<\/a> approach \u2014 finally unlocked it. You don\u2019t need to be a designer or developer; Hanson\u2019s project management and rhetoric background turned out to be exactly the right skills for directing AI through a complete, polished theme. Does it sound attractive to you? <a href=\"https:\/\/github.com\/dhanson-wp\/tufte-blocks\"><strong>Download it from GitHub<\/strong><\/a><\/p>\n<div class=\"ng-block-6fc7671b676e9827 wp-block-newsletterglue-container ng-block\">\n<div>\n<div>\n<div class=\"ng-block-vs ng-block-vs-1\"><\/div>\n<\/div>\n<div>\n<div class=\"ng-block-hs ng-block-hs-1\"><\/div>\n<div align=\"none\" class=\"ng-block-td\">\n<div class=\"ng-block-f64f7e49e40023d2 wp-block-newsletterglue-text ng-block\">\n<div>\n<div>\n<div align=\"none\" class=\"ng-block-td\">\n<p><strong> <a href=\"https:\/\/make.wordpress.org\/core\/handbook\/references\/keeping-up-with-gutenberg-index\/\" rel=\"noreferrer noopener\" target=\"_blank\">\u201cKeeping up with Gutenberg \u2013 Index 2026\u201d<\/a> <\/strong><br \/>A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly.\u2002<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"ng-block-dba25703e8faa472 wp-block-newsletterglue-text ng-block\">\n<div>\n<div>\n<div align=\"none\" class=\"ng-block-td\">\n<p>The previous years are also available: <br \/><strong><\/strong><strong><a href=\"https:\/\/make.wordpress.org\/core\/handbook\/references\/keeping-up-with-gutenberg-index\/keeping-up-with-gutenberg-index-2020\/\">2020<\/a> | <a href=\"https:\/\/make.wordpress.org\/core\/handbook\/references\/keeping-up-with-gutenberg-index\/keeping-up-with-gutenberg-index-2021\/\">2021<\/a><\/strong> | <strong><a href=\"https:\/\/make.wordpress.org\/core\/handbook\/references\/keeping-up-with-gutenberg-index\/keeping-up-with-gutenberg-index-2022\/\">2022<\/a><\/strong> | <strong><a href=\"https:\/\/make.wordpress.org\/core\/handbook\/references\/keeping-up-with-gutenberg-index\/gutenberg-index-2023\">2023<\/a><\/strong> | <a href=\"https:\/\/make.wordpress.org\/core\/handbook\/references\/keeping-up-with-gutenberg-index\/gutenberg-index-2024\/\"><strong>2024<\/strong><\/a> <\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"ng-block-hs ng-block-hs-2\"><\/div>\n<\/div>\n<div>\n<div class=\"ng-block-vs ng-block-vs-2\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<h2 class=\"wp-block-heading\">Building Blocks and Tools for the Block editor.<\/h2>\n<p class=\"wp-block-paragraph\"><strong>Ciprian Popescu <\/strong>walks you through <a href=\"https:\/\/getbutterfly.com\/php-only-block-registration-in-wordpress\/\"><strong>PHP-only block registration in WordPress<\/strong><\/a>, the new approach landing in 7.0 that lets you build Gutenberg blocks without JavaScript build tools. By setting <code>autoRegister<\/code> to true in the supports array, WordPress auto-generates inspector controls from your attributes and uses ServerSideRender for previews. You\u2019ll find practical guidance on block supports, asset enqueueing caveats, and where this approach fits best\u2014think author boxes, CTA banners, and theme-specific components rather than richly interactive blocks.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher<\/strong> also explains how <a href=\"https:\/\/ryanwelcher.com\/2026\/03\/04\/php-only-block-registration-in-wordpress-7-0\/\"><strong>PHP-only block registration in WordPress 7.0<\/strong><\/a> lets you skip <code>block.json<\/code> entirely and define block metadata directly in your <code>register_block_type()<\/code> call. You\u2019ll see how to enable it with the <code>autoRegister<\/code> support flag, define attributes that auto-generate inspector controls, and wire up render callbacks with <code>get_block_wrapper_attributes()<\/code>. The tutorial covers asset registration via handle arrays and helps you streamline your workflow for server-rendered blocks ahead of the April 9 release.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"wp-block-paragraph\"><strong>Paulo Carvajal<\/strong>\u2018s guide on <a href=\"https:\/\/wp-block-editor.com\/mastering-event-handling-and-dom-interactions\/\"><strong>mastering event handling and DOM interactions with the Interactivity API<\/strong><\/a> takes you through the <code>data-wp-on<\/code> directive for declarative event management. You\u2019ll learn how to handle mouse, keyboard, form, and touch events while connecting them to store actions that update state reactively. The piece covers <code>withSyncEvent()<\/code> for synchronous access, automatic event delegation, and performance patterns like debouncing and throttling, wrapping up with a complete to-do app that ties it all together.<\/p>\n<h2 class=\"wp-block-heading\">AI and WordPress <\/h2>\n<p class=\"wp-block-paragraph\">If you use Cursor for WordPress block development, <strong>JuanMa Garrido<\/strong> explains <a href=\"https:\/\/juanma.codes\/2026\/02\/24\/how-to-enable-json-schema-validation-in-cursor\/\"><strong>how to enable JSON schema validation in Cursor<\/strong><\/a>, which is disabled by default due to a security vulnerability where the AI agent could trigger outbound requests via <code>$schema<\/code> fields. You\u2019ll need to add <code>json.schemaDownload.enable<\/code> to your settings\u2014ideally at the project level in <code>.vscode\/settings.json<\/code> to limit exposure. A quick fix that restores autocompletion and validation for your <code>block.json<\/code> and <code>theme.json<\/code> files.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<div class=\"ng-block-f9a959d1392a4e07 wp-block-newsletterglue-container ng-block\">\n<div>\n<div>\n<div class=\"ng-block-vs ng-block-vs-1\"><\/div>\n<\/div>\n<div>\n<div class=\"ng-block-hs ng-block-hs-1\"><\/div>\n<div align=\"none\" class=\"ng-block-td\">\n<div class=\"ng-block-861fca6886a99b30 wp-block-newsletterglue-text ng-block\">\n<div>\n<div>\n<div align=\"none\" class=\"ng-block-td\">\n<p><strong><a href=\"https:\/\/gutenbergtimes.com\/need-a-zip-from-master\/\">Need a plugin .zip from Gutenberg\u2019s master branch?<\/a><\/strong><br \/>Gutenberg Times provides daily build for testing and review.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"ng-block-2b977064e5bd8a4c wp-block-newsletterglue-image ng-block size-full is-resized\">\n<div>\n<div>\n<div align=\"center\" class=\"ng-block-td\"><a href=\"https:\/\/playground.wordpress.net\/?blueprint-url=https:\/\/gutenbergtimes.com\/wp-content\/uploads\/2020\/11\/playnightly.json\"><img decoding=\"async\" alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https:\/\/i0.wp.com\/gutenbergtimes.com\/wp-content\/uploads\/2024\/02\/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&amp;ssl=1\" width=\"196\" \/><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"ng-block-48042897b10266ae wp-block-newsletterglue-text ng-block\">\n<div>\n<div>\n<div align=\"none\" class=\"ng-block-td\">\n<p>Now also available via <a href=\"https:\/\/playground.wordpress.net\/?blueprint-url=https:\/\/gutenbergtimes.com\/wp-content\/uploads\/2020\/11\/playnightly.json\">WordPress Playground<\/a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me <\/a>with your experience.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"ng-block-hs ng-block-hs-2\"><\/div>\n<\/div>\n<div>\n<div class=\"ng-block-vs ng-block-vs-2\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? <\/em><br \/><em>Don\u2019t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email<\/a> or<\/em><br \/><em> send me a message on WordPress Slack or Twitter @bph<\/em>.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http:\/\/gutenbergtimes.com\/podcast\">Gutenberg Changelog<\/a>, <br \/>send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com<\/a><\/p>\n<div class=\"ng-block-91b5c47189a6dfe2 wp-block-newsletterglue-separator ng-block\">\n<div>\n<div>\n<div align=\"center\" class=\"ng-block-td\">\n<hr \/>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"ng-block-2725357d24044296 wp-block-newsletterglue-text ng-block\">\n<div>\n<div>\n<div align=\"none\" class=\"ng-block-td\">\n<p><strong>Featured Image: <\/strong><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>","protected":false},"excerpt":{"rendered":"<p>Hi there, I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements. Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2257,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-2256","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360<\/title>\n<meta name=\"description\" content=\"Hi there, I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements. Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if\u2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/Hi%20there,%20I%20held%20my%20first%20walk-through%20of%20WordPress%207.0%20with%20friends%20at%20the%20Santa%20Clarita%20WordPress%20Meetup.%20The%20group%20was%20really%20excited%20about%20all%20the%20big%20new%20features%20and%20the%20small%20quality-of-life%20(QoL)%20improvements.%20Jessica%20Lyschik%20and%20I%20also%20discussed%20many%20features%20coming%20to%20WordPress%207.0%20on%20our%20latest%20podcast%20episode.%20Listen%20in%20if\u2026\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360\" \/>\n<meta property=\"og:description\" content=\"Hi there, I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements. Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/\" \/>\n<meta property=\"og:site_name\" content=\"Iceland Consulate in Ghana\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-08T09:53:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f495.png\" \/>\n<meta name=\"author\" content=\"359158pwpadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"359158pwpadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/\"},\"author\":{\"name\":\"359158pwpadmin\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#\\\/schema\\\/person\\\/48fec6bb414b0f1337e59ba22c7a9ab1\"},\"headline\":\"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360\",\"datePublished\":\"2026-03-08T09:53:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/\"},\"wordCount\":1529,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/\",\"name\":\"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360 - Iceland Consulate in Ghana\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg\",\"datePublished\":\"2026-03-08T09:53:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#primaryimage\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg\",\"contentUrl\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg\",\"width\":652,\"height\":364},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/icelandconsulateghana.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/\",\"name\":\"Iceland Consulate in Ghana\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/#organization\",\"name\":\"Iceland Consulate in Ghana\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1200px-Coat_of_arms_of_Iceland.svg_.webp\",\"contentUrl\":\"https:\\\/\\\/icelandconsulateghana.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1200px-Coat_of_arms_of_Iceland.svg_.webp\",\"width\":1200,\"height\":1269,\"caption\":\"Iceland Consulate in Ghana\"},\"image\":{\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/icelandconsulateghana.com\\\/#\\\/schema\\\/person\\\/48fec6bb414b0f1337e59ba22c7a9ab1\",\"name\":\"359158pwpadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g\",\"caption\":\"359158pwpadmin\"},\"sameAs\":[\"https:\\\/\\\/icelandconsulateghana.com\"],\"url\":\"https:\\\/\\\/icelandconsulateghana.com\\\/fr\\\/author\\\/359158pwpadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360","description":"Hi there, I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements. Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if\u2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"Hi there, I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements. Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if\u2026","og_locale":"fr_FR","og_type":"article","og_title":"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360","og_description":"Hi there, I held my first walk-through of WordPress 7.0 with friends at the Santa Clarita WordPress Meetup. The group was really excited about all the big new features and the small quality-of-life (QoL) improvements. Jessica Lyschik and I also discussed many features coming to WordPress 7.0 on our latest podcast episode. Listen in if\u2026","og_url":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/","og_site_name":"Iceland Consulate in Ghana","article_published_time":"2026-03-08T09:53:07+00:00","og_image":[{"url":"https:\/\/s.w.org\/images\/core\/emoji\/17.0.2\/72x72\/1f495.png","type":"","width":"","height":""}],"author":"359158pwpadmin","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"359158pwpadmin","Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#article","isPartOf":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/"},"author":{"name":"359158pwpadmin","@id":"https:\/\/icelandconsulateghana.com\/#\/schema\/person\/48fec6bb414b0f1337e59ba22c7a9ab1"},"headline":"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360","datePublished":"2026-03-08T09:53:07+00:00","mainEntityOfPage":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/"},"wordCount":1529,"commentCount":0,"publisher":{"@id":"https:\/\/icelandconsulateghana.com\/#organization"},"image":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#primaryimage"},"thumbnailUrl":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2026\/03\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg","inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/","url":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/","name":"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360 - Iceland Consulate in Ghana","isPartOf":{"@id":"https:\/\/icelandconsulateghana.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#primaryimage"},"image":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#primaryimage"},"thumbnailUrl":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2026\/03\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg","datePublished":"2026-03-08T09:53:07+00:00","breadcrumb":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#primaryimage","url":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2026\/03\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg","contentUrl":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2026\/03\/WordCamp-Asia-Schedule-2026-IW9yFR.jpg","width":652,"height":364},{"@type":"BreadcrumbList","@id":"https:\/\/icelandconsulateghana.com\/fr\/gutenberg-times-php-only-blocks-wordcamp-asia-dev-notes-for-wordpress-7-0-weekend-edition-360\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/icelandconsulateghana.com\/"},{"@type":"ListItem","position":2,"name":"Gutenberg Times: PHP-only blocks, WordCamp Asia, Dev Notes for WordPress 7.0 \u2014 Weekend Edition #360"}]},{"@type":"WebSite","@id":"https:\/\/icelandconsulateghana.com\/fr\/#website","url":"https:\/\/icelandconsulateghana.com\/fr\/","name":"Iceland Consulate in Ghana","description":"","publisher":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/icelandconsulateghana.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/icelandconsulateghana.com\/fr\/#organization","name":"Iceland Consulate in Ghana","url":"https:\/\/icelandconsulateghana.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/icelandconsulateghana.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2025\/08\/1200px-Coat_of_arms_of_Iceland.svg_.webp","contentUrl":"https:\/\/icelandconsulateghana.com\/wp-content\/uploads\/2025\/08\/1200px-Coat_of_arms_of_Iceland.svg_.webp","width":1200,"height":1269,"caption":"Iceland Consulate in Ghana"},"image":{"@id":"https:\/\/icelandconsulateghana.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/icelandconsulateghana.com\/#\/schema\/person\/48fec6bb414b0f1337e59ba22c7a9ab1","name":"359158pwpadmin","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18c6e57f2afaec2f9ef147dfa488ce2c8a20091fae02765760523ee6d0b69ec1?s=96&d=mm&r=g","caption":"359158pwpadmin"},"sameAs":["https:\/\/icelandconsulateghana.com"],"url":"https:\/\/icelandconsulateghana.com\/fr\/author\/359158pwpadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/posts\/2256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/comments?post=2256"}],"version-history":[{"count":0,"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/posts\/2256\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/media\/2257"}],"wp:attachment":[{"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/media?parent=2256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/categories?post=2256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/icelandconsulateghana.com\/fr\/wp-json\/wp\/v2\/tags?post=2256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}