{"id":36235,"date":"2019-02-18T12:30:44","date_gmt":"2019-02-18T12:30:44","guid":{"rendered":"https:\/\/xomultimedia.com\/blog\/?p=16688"},"modified":"2024-10-20T12:16:08","modified_gmt":"2024-10-20T12:16:08","slug":"how-to-turn-off-php-errors","status":"publish","type":"post","link":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/","title":{"rendered":"WordPress me PHP Errors Ko Turn Off Kaise Kare ?"},"content":{"rendered":"\n<p>WordPress PHP errors ko display karne ke liye built-in tool ke sath aata hai. PHP warning aur issues developers ko code me aaye issues ko debug karne me help karta hai. Ek healthy, secure, aur well-performing website ke liye PHP error bahut important hai. Halaki ye behad unprofessional lagta hai jub ye aapke sabhi site visitors ko dikhayi dete hai. Aaj is article me hum aapko batayenge <span style=\"text-decoration: underline;\"><strong><em>How To Turn Off PHP Errors In WordPress<\/em><\/strong><\/span> ?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>PHP Errors Ko Kab Aur Kyu Turn Off Kare ?<\/strong><\/h2>\n\n\n\n<p>Jin PHP errors ko hum apne site pe dekhte hai wo usually warning aur notices hote hai. Ye internal server error, syntax errors, or fatal errors, jaise nahi hote hai jo aapki website load hone se rok den.<\/p>\n\n\n\n<p>Notice aur warning ek tarah ka error hota hai jo aapki site ko load hone se nahi rokte hai. In errors ka purpose developers ko code ke issues ko debug karne me help karna hota hai. Plugins aur theme developers is information ko theme aur plugin ke compatibility ko check karne ke liye karte hai.<\/p>\n\n\n\n<p>Halaki agar aap ek theme, plugin ya custom website develop nahi kar rahe hai to in errors ko hidden hona chahye kyu ki agar ye errors front-end pe aapke website pe sabhi visitors dikhenge to ye ek bahut hi unprofessional hai. To aaeye dekhte hai how to turn off PHP errors in WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong> How To Turn Off PHP Errors In WordPress <\/strong>?<\/h2>\n\n\n\n<p>PHP errors ko turn off karne ke liye aapko apne wp-config.php file ko <strong>edit<\/strong> karna hoga. Apne wp-config.php file ko access karne ke liye aapko server me<a href=\"http:\/\/wpseekho.com\/how-to-use-ftp-to-upload-files\/\"> FTP client<\/a> ya cPanel<a href=\"http:\/\/wpseekho.com\/upload-file-using-file-manager\/\"> File manager<\/a> ki help se login karna hoga.&nbsp;<br><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/Capture-106-1024x745.png\" alt=\"turn off PHP errors\" class=\"wp-image-16689\" width=\"568\" height=\"413\"\/><\/figure><\/div>\n\n\n\n<p>wp-config.php file WordPress install directory me store hota hai. WP-confi.php file me niche diye gaye line ko dhundhe.<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>define('WP_DEBUG', true);\n<\/code><\/pre>\n\n\n\n<p>Aisa ho sakta hai ke ye line pahle se hi False set ho, aise me aap niche diye gaye code dekehenge.&nbsp;<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>define('WP_DEBUG', false);<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-70.png\" alt=\"turn off PHP errors\" class=\"wp-image-16690\" width=\"495\" height=\"420\" srcset=\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-70.png 859w, https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-70-768x653.png 768w, https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2019\/02\/tempsnip-70-585x497.png 585w\" sizes=\"(max-width: 495px) 100vw, 495px\" \/><\/figure><\/div>\n\n\n\n<p> Dono cases me aapko in lines ki jaga niche diye gaye lines se replace karna hai. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ini_set('display_errors','Off');\nini_set('error_reporting', E_ALL );\ndefine('WP_DEBUG', false);\ndefine('WP_DEBUG_DISPLAY', false);<\/code><\/pre>\n\n\n\n<p>Changes ko save karna na bhoole aur wp-config file ko server pe phir se upload kar den.<\/p>\n\n\n\n<p>Ab aap apne site pe visit kare, aap dekhenge ke aapke site se PHP errors, notices, aur warnings&nbsp; disappear ho gya hoga.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>WordPress Me PHP Errors Ko Turn On Kaise Kare ?<\/strong><\/h4>\n\n\n\n<p>Agar aap website pe local server pe kaam kar rahe hai to aap error reporting ko turn on kar sakte hai. Us case me aapko apne wp-config.php file edit karna hoga aur aapko un codes ko niche diye gaye code se replace karna hoga jise aapne pahle add kiya tha.&nbsp;<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>define('WP_DEBUG', true);\ndefine('WP_DEBUG_DISPLAY', true);<\/code><\/pre>\n\n\n\n<p>Ye code wordpress me errors, warning aur notices ko phir se display karne lagega.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"WPseekho || Dedicated WordPress Channel !\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/HYpXKWwzZiI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>To Doston bas itnahi, Ummid hai aapko ye article (<span style=\"text-decoration: underline;\"> <strong><em>How To Turn Off PHP Errors In WordPress<\/em><\/strong><\/span><strong><em> <\/em>)<\/strong> informative laga hoga. Agar aapka koi swaaal hai to aap humse comment section me pooch sakte hain. Apke liye ye (<strong> WordPress in Hindi <\/strong>) course design kiya gya hai, Is Website pe apko <strong>WordPress Complete Course<\/strong> Hindi me mil jyega, Agr aap WordPress se related videos dekhna chahte hain to aap hmare <a rel=\"noreferrer noopener\" href=\"https:\/\/www.youtube.com\/channel\/UCXXQSwgGNttFXK2vJe7l7KA\/videos?view_as=subscriber\" target=\"_blank\">WP Seekho YouTube Channel<\/a> par bhi visit kar sakte hain.    <\/p>\n\n\n\n<h3 class=\"has-vivid-green-cyan-color has-text-color wp-block-heading\"><strong>Also Read :<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"http:\/\/wpseekho.com\/wordpress-kiyon-use-kare\/\"><strong>WordPress Kiyon Use Kare ?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/domain-name-kya-hota-hai\/\"><strong>Domain Name Kya Hota Hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/theme-kya-hota-hai\/\"><strong>Theme Kya Hota hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/subdomain-kya-hai\/\"><strong>Subdomain Kya hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/plugins-kya-hota-hai\/\"><strong>Plugins kya hota hai?<\/strong><\/a><\/li><li><a href=\"http:\/\/wpseekho.com\/hosting-kya-hota-hai\/\"><strong>Hosting Kya hota hai?<\/strong><\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>WordPress PHP errors ko display karne ke liye built-in tool ke sath aata hai. PHP warning aur issues developers ko code me aaye issues ko debug karne me help karta hai. Ek healthy, secure, aur well-performing website ke liye PHP error bahut important hai. Halaki ye behad unprofessional lagta hai jub ye aapke sabhi site [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":32942,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10181,175],"tags":[10196,10195,10197,151],"class_list":["post-36235","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-solution","category-wordpress","tag-billi4you","tag-hindi","tag-old","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WordPress me PHP Errors Ko Turn Off Kaise Kare ?<\/title>\n<meta name=\"description\" content=\"Turn off PHP Errors : PHP error ko wordpress me turn off karne ke liye aapko apne website ke wp-config folder ko edit karna hoga.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress me PHP Errors Ko Turn Off Kaise Kare ?\" \/>\n<meta property=\"og:description\" content=\"Turn off PHP Errors : PHP error ko wordpress me turn off karne ke liye aapko apne website ke wp-config folder ko edit karna hoga.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\" \/>\n<meta property=\"og:site_name\" content=\"XO MULTIMEDIA Blogs\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-18T12:30:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-20T12:16:08+00:00\" \/>\n<meta name=\"author\" content=\"XO MULTIMEDIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XO MULTIMEDIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\"},\"author\":{\"name\":\"XO MULTIMEDIA\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e\"},\"headline\":\"WordPress me PHP Errors Ko Turn Off Kaise Kare ?\",\"datePublished\":\"2019-02-18T12:30:44+00:00\",\"dateModified\":\"2024-10-20T12:16:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\"},\"wordCount\":570,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage\"},\"thumbnailUrl\":\"\",\"keywords\":[\"Billi4You\",\"Hindi\",\"Old\",\"wordpress\"],\"articleSection\":[\"Solution\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\",\"url\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\",\"name\":\"WordPress me PHP Errors Ko Turn Off Kaise Kare ?\",\"isPartOf\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2019-02-18T12:30:44+00:00\",\"dateModified\":\"2024-10-20T12:16:08+00:00\",\"description\":\"Turn off PHP Errors : PHP error ko wordpress me turn off karne ke liye aapko apne website ke wp-config folder ko edit karna hoga.\",\"breadcrumb\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xomultimedia.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress me PHP Errors Ko Turn Off Kaise Kare ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#website\",\"url\":\"https:\/\/xomultimedia.com\/blog\/\",\"name\":\"XO MULTIMEDIA Blogs\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xomultimedia.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#organization\",\"name\":\"Billi4You\",\"url\":\"https:\/\/xomultimedia.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png\",\"contentUrl\":\"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png\",\"width\":272,\"height\":90,\"caption\":\"Billi4You\"},\"image\":{\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e\",\"name\":\"XO MULTIMEDIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g\",\"caption\":\"XO MULTIMEDIA\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress me PHP Errors Ko Turn Off Kaise Kare ?","description":"Turn off PHP Errors : PHP error ko wordpress me turn off karne ke liye aapko apne website ke wp-config folder ko edit karna hoga.","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:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/","og_locale":"en_US","og_type":"article","og_title":"WordPress me PHP Errors Ko Turn Off Kaise Kare ?","og_description":"Turn off PHP Errors : PHP error ko wordpress me turn off karne ke liye aapko apne website ke wp-config folder ko edit karna hoga.","og_url":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/","og_site_name":"XO MULTIMEDIA Blogs","article_published_time":"2019-02-18T12:30:44+00:00","article_modified_time":"2024-10-20T12:16:08+00:00","author":"XO MULTIMEDIA","twitter_card":"summary_large_image","twitter_misc":{"Written by":"XO MULTIMEDIA","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#article","isPartOf":{"@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/"},"author":{"name":"XO MULTIMEDIA","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e"},"headline":"WordPress me PHP Errors Ko Turn Off Kaise Kare ?","datePublished":"2019-02-18T12:30:44+00:00","dateModified":"2024-10-20T12:16:08+00:00","mainEntityOfPage":{"@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/"},"wordCount":570,"commentCount":0,"publisher":{"@id":"https:\/\/xomultimedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage"},"thumbnailUrl":"","keywords":["Billi4You","Hindi","Old","wordpress"],"articleSection":["Solution","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/","url":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/","name":"WordPress me PHP Errors Ko Turn Off Kaise Kare ?","isPartOf":{"@id":"https:\/\/xomultimedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage"},"image":{"@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage"},"thumbnailUrl":"","datePublished":"2019-02-18T12:30:44+00:00","dateModified":"2024-10-20T12:16:08+00:00","description":"Turn off PHP Errors : PHP error ko wordpress me turn off karne ke liye aapko apne website ke wp-config folder ko edit karna hoga.","breadcrumb":{"@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/xomultimedia.com\/blog\/how-to-turn-off-php-errors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xomultimedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress me PHP Errors Ko Turn Off Kaise Kare ?"}]},{"@type":"WebSite","@id":"https:\/\/xomultimedia.com\/blog\/#website","url":"https:\/\/xomultimedia.com\/blog\/","name":"XO MULTIMEDIA Blogs","description":"","publisher":{"@id":"https:\/\/xomultimedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xomultimedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xomultimedia.com\/blog\/#organization","name":"Billi4You","url":"https:\/\/xomultimedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png","contentUrl":"https:\/\/xomultimedia.com\/blog\/wp-content\/uploads\/2018\/10\/Billi4you-Log.png","width":272,"height":90,"caption":"Billi4You"},"image":{"@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/5a573fd1b904cd6033ada3a87cc7906e","name":"XO MULTIMEDIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xomultimedia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7411bb976454bf658331ae8b5563a80f17a36a09969f9a5f129b55ec63e83dab?s=96&d=monsterid&r=g","caption":"XO MULTIMEDIA"}}]}},"_links":{"self":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts\/36235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/comments?post=36235"}],"version-history":[{"count":1,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts\/36235\/revisions"}],"predecessor-version":[{"id":37726,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/posts\/36235\/revisions\/37726"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/media?parent=36235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/categories?post=36235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xomultimedia.com\/blog\/wp-json\/wp\/v2\/tags?post=36235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}