{"id":2765,"date":"2026-07-10T09:34:45","date_gmt":"2026-07-10T09:34:45","guid":{"rendered":"https:\/\/quicknewsnigeria.com\/?p=2765"},"modified":"2026-07-10T09:34:45","modified_gmt":"2026-07-10T09:34:45","slug":"gutenberg-times-wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches","status":"publish","type":"post","link":"https:\/\/quicknewsnigeria.com\/?p=2765","title":{"rendered":"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches"},"content":{"rendered":"<p class=\"wp-block-paragraph\">WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it\u2019s strictly a bug-fix release: every included ticket addresses either a regression introduced during 7.0 development or an issue intentionally deferred at the end of the cycle.<\/p>\n<p class=\"wp-block-paragraph\">The release ships fixes for 17 core Trac tickets and 14 Gutenberg PRs. Because this is a maintenance release, sites with automatic background updates enabled will update to 7.0.1 automatically \u2014 everyone else should update as soon as possible. Here\u2019s what stands out for each audience.<\/p>\n<p class=\"wp-block-paragraph\">Kudos to release lead Aaron Jorbin and his team for pushing this release over the finish line and getting it into hands of WordPress users quickly. <\/p>\n<h2 class=\"wp-block-heading\">The most important fixes for end users<\/h2>\n<p class=\"wp-block-paragraph\"><strong>Registration page spam is shut down (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/63085\">#63085<\/a>).<\/strong> The account registration page could be abused to send \u201cLogin details\u201d spam emails from your site. This is arguably the most impactful fix in the release for anyone running a site with open registration \u2014 it protects both your users\u2019 inboxes and your domain\u2019s email reputation.<\/p>\n<p class=\"wp-block-paragraph\"><strong>The 7.0 admin reskin gets its rough edges sanded off.<\/strong> WordPress 7.0\u2019s refreshed admin design shipped with a handful of visual glitches that this release cleans up:<\/p>\n<ul class=\"wp-block-list\">\n<li>Form elements are now standardized in the mobile viewport (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/64999\">#64999<\/a>)<\/li>\n<li>The image editor\u2019s scale and crop inputs no longer mismatch in size, and the info icon uses the new color scheme (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/64937\">#64937<\/a>, <a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65428\">#65428<\/a>)<\/li>\n<li>The publish settings panel no longer crowds its primary action buttons together (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65286\">#65286<\/a>)<\/li>\n<li>The Media Library\u2019s loading spinner is properly aligned in the modal filter toolbar, and the search bar no longer jumps position after a search (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65275\">#65275<\/a>, <a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65296\">#65296<\/a>)<\/li>\n<li>A \u201cblack flash\u201d that briefly appeared on wp-admin pages before the interface finished loading is gone (Gutenberg <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/78493\">#78493<\/a>)<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\"><strong>Emoji behave correctly again.<\/strong> Two related fixes: the emoji detection script is once more printed in the admin (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65310\">#65310<\/a>), and certain characters are no longer incorrectly replaced by Twemoji images (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/64318\">#64318<\/a>).<\/p>\n<p class=\"wp-block-paragraph\"><strong>Accessibility improvements to the new revisions experience.<\/strong> The Visual History \/ Revisions feature introduced in 7.0 receives several accessibility fixes: focus now moves to the revisions slider when entering revisions mode, and changed blocks are marked with a CSS outline as a secondary, non-color indicator \u2014 important for users with low vision or color blindness (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65122\">#65122<\/a>, Gutenberg <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/77530\">#77530<\/a>, <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/78393\">#78393<\/a>, <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/79691\">#79691<\/a>).<\/p>\n<h2 class=\"wp-block-heading\">The most important fixes for developers<\/h2>\n<p class=\"wp-block-paragraph\"><strong><code>wp_kses()<\/code> no longer corrupts valid CSS (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65270\">#65270<\/a>).<\/strong> Since 7.0 RC4, <code>wp_kses()<\/code> could mangle legitimate <code>background-image: url(\u2026)<\/code> declarations into a broken <code>style=\")\"<\/code> attribute. If your theme or plugin outputs inline background images through KSES-filtered content, 7.0.1 restores expected behavior \u2014 any workarounds you shipped can now be removed.<\/p>\n<p class=\"wp-block-paragraph\"><strong><code>global-styles-inline-css<\/code> can be dequeued again (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65336\">#65336<\/a>).<\/strong> Since 7.0, developers were unable to remove the global styles inline stylesheet. If your build pipeline or performance optimization strips this and re-serves it another way, that control is back.<\/p>\n<p class=\"wp-block-paragraph\"><strong>PHP 8.5 compatibility fix in <code>wp_get_attachment_image_src()<\/code> (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/64742\">#64742<\/a>).<\/strong> An incorrect array access triggered issues under PHP 8.5. If you\u2019re testing sites on newer PHP versions, this removes one blocker.<\/p>\n<p class=\"wp-block-paragraph\"><strong>A removed Navigation function returns as a deprecated shim (Gutenberg <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/78484\">#78484<\/a>).<\/strong> <code>block_core_navigation_submenu_render_submenu_icon()<\/code> was removed in 7.0, breaking themes and plugins that called it directly. It\u2019s restored as a deprecated shim \u2014 but treat this as your migration notice, not a reprieve. Update any code that references it.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Editor state management fixes reduce false \u201cunsaved changes\u201d warnings.<\/strong> Two Gutenberg fixes matter here: <\/p>\n<ul class=\"wp-block-list\">\n<li>controlled\/mode block changes are now marked non-persistent (<a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/79350\">#79350<\/a>), and <\/li>\n<li>related navigation entities are no longer dirtied during passive renders (<a href=\"https:\/\/github.com\/WordPress\/gutenberg\/pull\/79000\">#79000<\/a>). <\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">Together these should mean fewer spurious dirty states and a cleaner undo history \u2014 a quality-of-life improvement if you build with template parts and navigation blocks.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Block Visibility: \u201chide everywhere\u201d keeps working after a block opts out of visibility support (<a href=\"https:\/\/core.trac.wordpress.org\/ticket\/65389\">#65389<\/a>).<\/strong> If you register blocks that disable visibility support, previously hidden instances now stay hidden as expected.<\/p>\n<h2 class=\"wp-block-heading\">How to update<\/h2>\n<p class=\"wp-block-paragraph\">You can update directly from <strong>Dashboard \u2192 Updates<\/strong> in your site\u2019s admin, run <code>wp core update<\/code> with WP-CLI, or download WordPress 7.0.1 from WordPress.org and install it manually. Sites that support automatic background updates for minor releases will begin updating on their own shortly.<\/p>\n<p class=\"wp-block-paragraph\">The full ticket list is available in the<a href=\"https:\/\/make.wordpress.org\/core\/2026\/07\/01\/wordpress-7-0-1-rc1-is-now-available\/\"> release candidate announcement<\/a>, Trac report 4, and the 7.0.x editor tasks board on GitHub.<\/p>\n<h2 class=\"wp-block-heading\">What\u2019s next: WordPress 7.1<\/h2>\n<p class=\"wp-block-paragraph\">With 7.0.1 out the door, attention turns to the next major release: WordPress 7.1 is scheduled for August 19, 2026. To see what\u2019s planned for the release, check out the <a href=\"https:\/\/make.wordpress.org\/core\/2026\/06\/19\/roadmap-to-7-1\/\">Roadmap to 7.1<\/a> on the Make WordPress Core blog.<\/p>\n<p class=\"wp-block-paragraph\">\n<\/p>","protected":false},"excerpt":{"rendered":"<p>WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it\u2019s<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_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_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-2765","post","type-post","status-publish","format-standard","hentry","category-world"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches - Quick News Nigeria<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quicknewsnigeria.com\/?p=2765\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches - Quick News Nigeria\" \/>\n<meta property=\"og:description\" content=\"WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it\u2019s\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quicknewsnigeria.com\/?p=2765\" \/>\n<meta property=\"og:site_name\" content=\"Quick News Nigeria\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-10T09:34:45+00:00\" \/>\n<meta name=\"author\" content=\"News Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"News Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765\"},\"author\":{\"name\":\"News Editor\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#\\\/schema\\\/person\\\/8553678061acb05034412e71a2924082\"},\"headline\":\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches\",\"datePublished\":\"2026-07-10T09:34:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765\"},\"wordCount\":712,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#organization\"},\"articleSection\":[\"World\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765\",\"url\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765\",\"name\":\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches - Quick News Nigeria\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#website\"},\"datePublished\":\"2026-07-10T09:34:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?p=2765#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quicknewsnigeria.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#website\",\"url\":\"https:\\\/\\\/quicknewsnigeria.com\\\/\",\"name\":\"Quick News Nigeria\",\"description\":\"Stay Informed...Stay Ahead \",\"publisher\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#organization\",\"name\":\"Quick News Nigeria\",\"url\":\"https:\\\/\\\/quicknewsnigeria.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/quicknewsnigeria.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-1000446783_half-1.jpg?fit=75%2C75&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/quicknewsnigeria.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-1000446783_half-1.jpg?fit=75%2C75&ssl=1\",\"width\":75,\"height\":75,\"caption\":\"Quick News Nigeria \"},\"image\":{\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quicknewsnigeria.com\\\/#\\\/schema\\\/person\\\/8553678061acb05034412e71a2924082\",\"name\":\"News Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15e82a1b1e2c548248d683af0e71d1bff2d1d92c923dff6f41b79f9e00f5cb60?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15e82a1b1e2c548248d683af0e71d1bff2d1d92c923dff6f41b79f9e00f5cb60?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15e82a1b1e2c548248d683af0e71d1bff2d1d92c923dff6f41b79f9e00f5cb60?s=96&d=mm&r=g\",\"caption\":\"News Editor\"},\"sameAs\":[\"https:\\\/\\\/quicknewsnigeria.com\"],\"url\":\"https:\\\/\\\/quicknewsnigeria.com\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches - Quick News Nigeria","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":"https:\/\/quicknewsnigeria.com\/?p=2765","og_locale":"en_US","og_type":"article","og_title":"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches - Quick News Nigeria","og_description":"WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it\u2019s","og_url":"https:\/\/quicknewsnigeria.com\/?p=2765","og_site_name":"Quick News Nigeria","article_published_time":"2026-07-10T09:34:45+00:00","author":"News Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"News Editor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quicknewsnigeria.com\/?p=2765#article","isPartOf":{"@id":"https:\/\/quicknewsnigeria.com\/?p=2765"},"author":{"name":"News Editor","@id":"https:\/\/quicknewsnigeria.com\/#\/schema\/person\/8553678061acb05034412e71a2924082"},"headline":"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches","datePublished":"2026-07-10T09:34:45+00:00","mainEntityOfPage":{"@id":"https:\/\/quicknewsnigeria.com\/?p=2765"},"wordCount":712,"commentCount":0,"publisher":{"@id":"https:\/\/quicknewsnigeria.com\/#organization"},"articleSection":["World"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quicknewsnigeria.com\/?p=2765#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quicknewsnigeria.com\/?p=2765","url":"https:\/\/quicknewsnigeria.com\/?p=2765","name":"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches - Quick News Nigeria","isPartOf":{"@id":"https:\/\/quicknewsnigeria.com\/#website"},"datePublished":"2026-07-10T09:34:45+00:00","breadcrumb":{"@id":"https:\/\/quicknewsnigeria.com\/?p=2765#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quicknewsnigeria.com\/?p=2765"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quicknewsnigeria.com\/?p=2765#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quicknewsnigeria.com\/"},{"@type":"ListItem","position":2,"name":"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches"}]},{"@type":"WebSite","@id":"https:\/\/quicknewsnigeria.com\/#website","url":"https:\/\/quicknewsnigeria.com\/","name":"Quick News Nigeria","description":"Stay Informed...Stay Ahead ","publisher":{"@id":"https:\/\/quicknewsnigeria.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quicknewsnigeria.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/quicknewsnigeria.com\/#organization","name":"Quick News Nigeria","url":"https:\/\/quicknewsnigeria.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quicknewsnigeria.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/quicknewsnigeria.com\/wp-content\/uploads\/2026\/02\/cropped-1000446783_half-1.jpg?fit=75%2C75&ssl=1","contentUrl":"https:\/\/i0.wp.com\/quicknewsnigeria.com\/wp-content\/uploads\/2026\/02\/cropped-1000446783_half-1.jpg?fit=75%2C75&ssl=1","width":75,"height":75,"caption":"Quick News Nigeria "},"image":{"@id":"https:\/\/quicknewsnigeria.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/quicknewsnigeria.com\/#\/schema\/person\/8553678061acb05034412e71a2924082","name":"News Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/15e82a1b1e2c548248d683af0e71d1bff2d1d92c923dff6f41b79f9e00f5cb60?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/15e82a1b1e2c548248d683af0e71d1bff2d1d92c923dff6f41b79f9e00f5cb60?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/15e82a1b1e2c548248d683af0e71d1bff2d1d92c923dff6f41b79f9e00f5cb60?s=96&d=mm&r=g","caption":"News Editor"},"sameAs":["https:\/\/quicknewsnigeria.com"],"url":"https:\/\/quicknewsnigeria.com\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=\/wp\/v2\/posts\/2765","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2765"}],"version-history":[{"count":0,"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=\/wp\/v2\/posts\/2765\/revisions"}],"wp:attachment":[{"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2765"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2765"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quicknewsnigeria.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}